ComboboxStyle

Description

The ComboboxStyle enumeration contains work styles of the comboboxes.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Simple. An edit box is 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 executed.
1 DropDown. Combo box with lines of the same height and edit box that enables the user to enter his own text or edit existing text.
2 DropDownList. Drop-down list with lines of the same height that does not contain edit box. The user can select only one value from the predetermined list (property of the Items component). The user cannot enter his own text or edit existing text.

See also:

Forms Assembly Enumerations