ComboBox

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

addItem
ComboBoxItem addItem(string s, int imgIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
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.
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dropDownStyle
DropDownStyles dropDownStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
focused
bool focused [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageList
ImageList imageList [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
ComboBoxItem[] 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
ComboBoxItem selectedItem [@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 SubclassedControl

createControlParams
void createControlParams(CreateControlParams ccp)
Undocumented in source. Be warned that the author may not have intended to support it.
originalWndProc
uint originalWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta