Combobox Commands

COMBOBOXCREATE
COMBOBOXDELETE
COMBOBOXENABLE
COMBOBOXGETTEXT
COMBOBOXSETTEXT
COMBOBOXADDSTRING
COMBOBOXDELETESTRING

Comboboxes are a type of control that presents the user with a predetermined choice of items as well as a free-form text input. The items are represented as text and displayed vertically, one per line.

Comboboxes get their name by being a combination of a listbox control and an edit control.

Comboboxes can also be used to create a pure edit control by setting the height such that the listbox is hidden.


SourceForge.net Logo