ListBox

Undocumented in source.

Members

Functions

addItem
int addItem(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
int addItem(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
onHandleCreated
void onHandleCreated(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onItemChanged
void onItemChanged(EventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
void removeItem(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

items
Object[] items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
int selectedIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
int selectedIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItem
Object selectedItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedString
string selectedString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

itemChanged
Event!(Control, EventArgs) itemChanged;
Undocumented in source.

Inherited Members

From OwnerDrawControl

measureItem
Event!(Control, MeasureItemEventArgs) measureItem;
Undocumented in source.
drawItem
Event!(Control, DrawItemEventArgs) drawItem;
Undocumented in source.
_drawMode
OwnerDrawMode _drawMode;
Undocumented in source.
drawMode
OwnerDrawMode drawMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawMode
OwnerDrawMode drawMode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
onMeasureItem
void onMeasureItem(MeasureItemEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onDrawItem
void onDrawItem(DrawItemEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta