- _WmDrawItem
void _WmDrawItem(DRAWITEMSTRUCT* dis)
Undocumented in source.
- _WmMeasureItem
void _WmMeasureItem(MEASUREITEMSTRUCT* mis)
Undocumented in source.
- beginUpdate
void beginUpdate()
- clearSelected
void clearSelected()
- 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)
- getItemRectangle
Rect getItemRectangle(int idx)
- getSelected
bool getSelected(int idx)
- indexFromPoint
int indexFromPoint(int x, int y)
int indexFromPoint(Point pt)
- isMultSel
bool isMultSel()
Undocumented in source. Be warned that the author may not have intended to support it.
- onDrawItem
void onDrawItem(DrawItemEventArgs dieh)
- 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)
- 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.
- setSelected
void setSelected(int idx, bool byes)
- sort
void sort()
- wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- borderStyle
BorderStyle borderStyle [@property setter]
BorderStyle borderStyle [@property getter]
- 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]
- horizontalExtent
int horizontalExtent [@property setter]
int horizontalExtent [@property getter]
- horizontalScrollbar
bool horizontalScrollbar [@property setter]
bool horizontalScrollbar [@property getter]
- integralHeight
bool integralHeight [@property setter]
bool integralHeight [@property getter]
- itemHeight
int itemHeight [@property setter]
int itemHeight [@property getter]
- items
ObjectCollection items [@property getter]
- multiColumn
bool multiColumn [@property setter]
bool multiColumn [@property getter]
- scrollAlwaysVisible
bool scrollAlwaysVisible [@property setter]
bool scrollAlwaysVisible [@property getter]
- selectedIndex
int selectedIndex [@property setter]
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.
- selectedIndices
SelectedIndexCollection selectedIndices [@property getter]
- selectedItem
Object selectedItem [@property setter]
Dstring selectedItem [@property setter]
- selectedItem
Object selectedItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedItems
SelectedObjectCollection selectedItems [@property getter]
- selectedValue
Object selectedValue [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedValue
Dstring selectedValue [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- selectedValue
Object selectedValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- selectionMode
SelectionMode selectionMode [@property setter]
SelectionMode selectionMode [@property getter]
- sorted
bool sorted [@property setter]
bool sorted [@property getter]
- topIndex
int topIndex [@property setter]
int topIndex [@property getter]
- useTabStops
bool useTabStops [@property setter]
bool useTabStops [@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)