ComboBoxStyle

List of enumerated values that can be associated with the DialogResult property of certain controls, such as ComboBox.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Description
Public property DropDown

1

Specifies a list that is displayed by clicking the down arrow and that the text portion is editable (the user can enter a new value and is not limited to selecting an existing value in the list). This is the default style.
Public property DropDownList

2

Specifies a list that is displayed by clicking the down arrow and that the text portion is not editable (the user cannot enter a new value and only values already in the list can be selected).
Public property Simple

0

Specifies a list that is always visible and that the text portion is editable.