ListControl

Constructors

this
this()
Undocumented in source.

Members

Aliases

backColor
alias backColor = Control.backColor
Undocumented in source.
foreColor
alias foreColor = Control.foreColor
Undocumented in source.

Functions

getItemText
Dstring getItemText(Object item)
onSelectedIndexChanged
void onSelectedIndexChanged(EventArgs ea)
onSelectedValueChanged
void onSelectedValueChanged(EventArgs ea)

Properties

backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultBackColor
Color defaultBackColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
defaultForeColor
Color defaultForeColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
foreColor
Color foreColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedIndex
int selectedIndex [@property setter]
int selectedIndex [@property getter]
selectedValue
Object selectedValue [@property setter]
Dstring selectedValue [@property setter]
Object selectedValue [@property getter]

Variables

selectedValueChanged
Event!(ListControl, EventArgs) selectedValueChanged;

Inherited Members

From ControlSuperClass

prevWndProc
void prevWndProc(Message msg)
Undocumented in source.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
defWndProc
void defWndProc(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
onPaintBackground
void onPaintBackground(PaintEventArgs pea)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta