- _WmDrawItem
void _WmDrawItem(DRAWITEMSTRUCT* dis)
Undocumented in source.
- _WmMeasureItem
void _WmMeasureItem(MEASUREITEMSTRUCT* mis)
Undocumented in source.
- beginUpdate
void beginUpdate()
- createHandle
void createHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- createItemCollection
ObjectCollection createItemCollection()
- createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
- endUpdate
void endUpdate()
- findString
int findString(Dstring str, int startIndex)
int findString(Dstring str)
- findStringExact
int findStringExact(Dstring str, int startIndex)
int findStringExact(Dstring str)
- getItemHeight
int getItemHeight(int idx)
- onDrawItem
void onDrawItem(DrawItemEventArgs dieh)
Undocumented in source. Be warned that the author may not have intended to support it.
- onHandleCreated
void onHandleCreated(EventArgs ea)
Undocumented in source. Be warned that the author may not have intended to support it.
- onMeasureItem
void onMeasureItem(MeasureItemEventArgs miea)
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.
- onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.
- prevWndProc
void prevWndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- prevwproc
LRESULT prevwproc(UINT msg, WPARAM wparam, LPARAM lparam)
Undocumented in source. Be warned that the author may not have intended to support it.
- selectAll
void selectAll()
- wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- defaultSize
Size defaultSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- drawMode
DrawMode drawMode [@property setter]
DrawMode drawMode [@property getter]
- dropDownStyle
ComboBoxStyle dropDownStyle [@property setter]
ComboBoxStyle dropDownStyle [@property getter]
- dropDownWidth
int dropDownWidth [@property setter]
int dropDownWidth [@property getter]
- droppedDown
bool droppedDown [@property setter]
bool droppedDown [@property getter]
- hasDropList
bool hasDropList [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- integralHeight
bool integralHeight [@property setter]
bool integralHeight [@property getter]
- itemHeight
int itemHeight [@property setter]
int itemHeight [@property getter]
- items
ObjectCollection items [@property getter]
- maxLength
uint maxLength [@property setter]
uint maxLength [@property getter]
- selectedIndex
int selectedIndex [@property setter]
int selectedIndex [@property getter]
- selectedItem
Object selectedItem [@property setter]
Dstring selectedItem [@property setter]
Object selectedItem [@property getter]
- selectedValue
Object selectedValue [@property setter]
Dstring selectedValue [@property setter]
Object selectedValue [@property getter]
- selectionLength
uint selectionLength [@property setter]
uint selectionLength [@property getter]
- selectionStart
uint selectionStart [@property setter]
uint selectionStart [@property getter]
- sorted
bool sorted [@property setter]
bool sorted [@property getter]
- textLength
uint textLength [@property getter]
- getItemText
Dstring getItemText(Object item)
- selectedValueChanged
Event!(ListControl, EventArgs) selectedValueChanged;
- selectedIndex
int selectedIndex [@property setter]
int selectedIndex [@property getter]
- selectedValue
Object selectedValue [@property setter]
Dstring selectedValue [@property setter]
Object selectedValue [@property getter]
- defaultBackColor
Color defaultBackColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- backColor
Color backColor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- backColor
alias backColor = Control.backColor
Undocumented in source.
- 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.
- foreColor
alias foreColor = Control.foreColor
Undocumented in source.
- onSelectedValueChanged
void onSelectedValueChanged(EventArgs ea)
- onSelectedIndexChanged
void onSelectedIndexChanged(EventArgs ea)