A combo box has the following main properties:
|
Property |
Changes... |
|
Name |
Control Reference |
|
Text |
Default Text displayed |
|
List |
Items on the dropdown list |
|
Style |
the combo style (see above) |
|
Sorted |
whether the combo box is automatically sorted (read-only at runtime) |
The ComboBox control has the following main events:
|
Event |
Occurs When... |
|
Click() |
The ComboBox is clicked |
|
DblClick() |
The ComboBox is double clicked |
|
Change() |
The selected item changes |
|
GotFocus() |
The ComboBox is selected |
Comments