[]
Defined the combobox style.
public enum ComboStyleEnum
Name | Description |
---|---|
DropdownCombo | Includes a text box and a dropdown list. The user can select from the list or type in the text box. |
DropdownList | Includes a text box and dropdown list as in setting 0 ¨C Dropdown Combo. However, this style disallows text entry and permits selection only from the dropdown list. |
SimpleCombo | Includes a text box and a list which is always displayed. The user can select from the list or type in the box. The size of a simple combo box includes both the text and list portions. By default, a simple combo box is sized so that none of the list is displayed. To display more of the list, resize the control at design time or increase its Height property at run time. |