The ComboboxStyle enumeration contains work styles of the combo boxes.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Simple. There is only edit field in the component. The list of component elements is always displayed below this field (Increase the component height to show the list). The user can enter a new value or choose the existing element. On entering the text the search and focusing on the element with the appropriate text is performed. |
| 1 | DropDown. Combo box with strings with the same height and edit box that allows to enter his own text or edit existed text. |
| 2 | DropDownList. Drop-down list with strings with the same height and that does not contain edit box. User can select only one value from the predetermined list of strings (property of the Items component). User can not enter his own text or edit existed text. |
See also: