ListBox

Undocumented in source.
class ListBox : ListControl {}

Constructors

this
this()
Undocumented in source.

Members

Classes

ObjectCollection
class ObjectCollection
Undocumented in source.
SelectedIndexCollection
class SelectedIndexCollection
Undocumented in source.
SelectedObjectCollection
class SelectedObjectCollection
Undocumented in source.

Functions

_WmDrawItem
void _WmDrawItem(DRAWITEMSTRUCT* dis)
Undocumented in source.
_WmMeasureItem
void _WmMeasureItem(MEASUREITEMSTRUCT* mis)
Undocumented in source.
beginUpdate
void beginUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
clearSelected
void clearSelected()
Undocumented in source. Be warned that the author may not have intended to support it.
createItemCollection
ObjectCollection createItemCollection()
Undocumented in source. Be warned that the author may not have intended to support it.
createParams
void createParams(CreateParams cp)
Undocumented in source. Be warned that the author may not have intended to support it.
endUpdate
void endUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
findString
int findString(Dstring str, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
findString
int findString(Dstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
findStringExact
int findStringExact(Dstring str, int startIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
findStringExact
int findStringExact(Dstring str)
Undocumented in source. Be warned that the author may not have intended to support it.
getItemHeight
int getItemHeight(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
getItemRectangle
Rect getItemRectangle(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
getSelected
bool getSelected(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.
indexFromPoint
int indexFromPoint(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
indexFromPoint
int indexFromPoint(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
isMultSel
bool isMultSel()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
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)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
void sort()
Undocumented in source. Be warned that the author may not have intended to support it.
wndProc
void wndProc(Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

borderStyle
BorderStyle borderStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
borderStyle
BorderStyle borderStyle [@property getter]
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]
Undocumented in source. Be warned that the author may not have intended to support it.
drawMode
DrawMode drawMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalExtent
int horizontalExtent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalExtent
int horizontalExtent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalScrollbar
bool horizontalScrollbar [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
horizontalScrollbar
bool horizontalScrollbar [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
integralHeight
bool integralHeight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
integralHeight
bool integralHeight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
itemHeight
int itemHeight [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
itemHeight
int itemHeight [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
ObjectCollection items [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
multiColumn
bool multiColumn [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
multiColumn
bool multiColumn [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
scrollAlwaysVisible
bool scrollAlwaysVisible [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
scrollAlwaysVisible
bool scrollAlwaysVisible [@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.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItem
Object selectedItem [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItem
Dstring selectedItem [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionMode
SelectionMode selectionMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sorted
bool sorted [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
sorted
bool sorted [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
topIndex
int topIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
topIndex
int topIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
useTabStops
bool useTabStops [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
useTabStops
bool useTabStops [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

DEFAULT_ITEM_HEIGHT
enum int DEFAULT_ITEM_HEIGHT;
Undocumented in source.
NO_MATCHES
enum int NO_MATCHES;
Undocumented in source.
drawItem
Event!(ListBox, DrawItemEventArgs) drawItem;
Undocumented in source.
measureItem
Event!(ListBox, MeasureItemEventArgs) measureItem;
Undocumented in source.

Inherited Members

From ListControl

getItemText
Dstring getItemText(Object item)
Undocumented in source. Be warned that the author may not have intended to support it.
selectedValueChanged
Event!(ListControl, EventArgs) selectedValueChanged;
Undocumented in source.
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.
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)
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.

Meta