[]
        
(Showing Draft Content)

C1.Win.C1List.ComboStyleEnum

ComboStyleEnum Enum

Defined the combobox style.

Namespace: C1.Win.C1List
Assembly: C1.Win.C1List.4.8.dll
Syntax
public enum ComboStyleEnum

Fields

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.