ComboBox

Undocumented in source.
class ComboBox : ListControl {}

Constructors

this
this()
Undocumented in source.

Members

Classes

ObjectCollection
class ObjectCollection
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.
createHandle
void createHandle()
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.
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()
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.

Manifest constants

DEFAULT_ITEM_HEIGHT
enum DEFAULT_ITEM_HEIGHT;
Undocumented in source.
NO_MATCHES
enum NO_MATCHES;
Undocumented in source.

Properties

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.
dropDownStyle
ComboBoxStyle dropDownStyle [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dropDownStyle
ComboBoxStyle dropDownStyle [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dropDownWidth
int dropDownWidth [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
dropDownWidth
int dropDownWidth [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
droppedDown
bool droppedDown [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
droppedDown
bool droppedDown [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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]
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.
maxLength
uint maxLength [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
maxLength
uint maxLength [@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.
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.
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.
selectionLength
uint selectionLength [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionLength
uint selectionLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionStart
uint selectionStart [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectionStart
uint selectionStart [@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.
textLength
uint textLength [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

drawItem
Event!(ComboBox, DrawItemEventArgs) drawItem;
Undocumented in source.
lim
uint lim;
Undocumented in source.
measureItem
Event!(ComboBox, 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