System.Windows.Forms
1.0.5000.0
2.0.0.0
System.Enum
The property specifies whether the list is always displayed or whether the list is displayed in a drop-down. The property also specifies whether the text portion can be edited.
Specifies the style.
Field
System.Windows.Forms.ComboBoxStyle
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. When using this setting, the value of works the same as the value. This is the default style.
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ComboBoxStyle
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. The list displays only if is or .
1.0.5000.0
2.0.0.0
Field
System.Windows.Forms.ComboBoxStyle
Specifies that the list is always visible 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.
1.0.5000.0
2.0.0.0