| Appearance |
Selects 3-D or flat appearance. |
| List |
Array of items in list box portion. |
| ListCount |
Number of items in list. |
| ListIndex |
The number of the most recently selected item in list.
If no item is selected, ListIndex = -1. |
| Sorted |
True means items are sorted in 'Ascii' order, else items
appear in order added. |
| Style |
Selects the combo box form.
Style = 0, Dropdown combo; user can change selection.
Style = 1, Simple combo; user can change selection.
Style = 2, Dropdown combo; user cannot change selection.
|
| Text |
Text of most recently selected item. |