Combobox.text |
Get/set the Combobox text content |
readwrite |
string |
Combobox.x |
Get/set the Combobox's horizontal position |
readwrite |
number |
Combobox.y |
Get/set the Combobox's vertical position |
readwrite |
number |
Combobox.width |
Get/set the Combobox's width |
readwrite |
number |
Combobox.height |
Get/set the Combobox's height |
readwrite |
number |
Combobox.count |
Get the count of items in the Combobox |
readonly |
number |
Combobox.cursor |
Get/set the image of the mouse cursor as it hovers over the Combobox |
readwrite |
string |
Combobox.align |
Align the Combobox relative to its parent |
readwrite |
boolean |
Combobox.enabled |
Controls whether the Combobox responds to mouse and other events |
readwrite |
boolean |
Combobox.visible |
Controls whether the Combobox appears on screen |
readwrite |
boolean |
Combobox.allowdrop() |
Controls whether the Combobox is a drag and drop target |
readwrite |
boolean |
Combobox.parent |
Get the Combobox's parent widget |
readonly |
Window | Groupbox TabItem | Panel |
Combobox.font |
Get/set the Combobox font |
readwrite |
string |
Combobox.fontstyle |
Get/set the Combobox font style |
readwrite |
table |
Combobox.fontsize |
Get/set the Combobox font size |
readwrite |
number |
Combobox.items |
Get/set the list of the Combobox items |
readwrite |
table |
Combobox.selected |
Get/set the selected Combobox item |
readonly |
ComboItem
|
Combobox.style |
Get/set the Combobox style |
readwrite |
string |