Enum ComboBoxStyle
Specifies the combo box control style.
public enum ComboBoxStyle
Fields
DropDown = 1
Specifies that the list is displayed by clicking the down arrow and that the text portion is editable. This means that the user can enter a new value and is not limited to selecting an existing value in the list.
DropDownList = 2
Specifies that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value. Only values already in the list can be selected.