ListControl

Undocumented in source.

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)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedIndexChanged
void onSelectedIndexChanged(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelectedValueChanged
void onSelectedValueChanged(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.

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]
Undocumented in source.
selectedIndex
int selectedIndex [@property getter]
Undocumented in source.
selectedValue
Object selectedValue [@property setter]
Undocumented in source.
selectedValue
Dstring selectedValue [@property setter]
Undocumented in source.
selectedValue
Object selectedValue [@property getter]
Undocumented in source.

Variables

selectedValueChanged
Event!(ListControl, EventArgs) selectedValueChanged;
Undocumented in source.

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