Creates a new Combobox object; can also be called as PARENT->AddCombobox(%OPTIONS).
Adds an item at the end of the Combobox.
See Reset().
Returns the number of items in the Combobox.
Searches the Combobox for an item that begins with the specified STRING.
The optional INDEX parameter tells to start the search from the specified
position; if no parameter is given, the whole list is searched. Returns the
zero-based index of the found item or -1 if no matching item was found.
Searches the Combobox for an item that exactly matches the specified STRING
(case insensitively). The optional INDEX parameter tells to start the
search from the specified position; if no parameter is given, the whole
list is searched. Returns the zero-based index of the found item or -1 if
no matching item was found.
Gets the zero-based index of the first visible item in the listbox portion
of the Combobox, or sets it to the specified INDEX.
Returns the string at the specified zero-based INDEX in the Combobox.
Inserts an item at the specified zero-based INDEX in the Combobox, or adds
it at the end if INDEX is not specified.
Gets or sets the items height in a Combobox.
See SelectedItem().
Removes the zero-based INDEX item from the Combobox.
Deletes the content of the Combobox.
Selects the zero-based INDEX item in the Combobox.
Returns the zero-based index of the currently selected item, or -1 if no
item is selected.