EasyLanguage Object Reference
ComboBoxStyle
List of enumerated values that can be associated with the DialogResult
property of certain controls, such as ComboBox.
Namespace: elsystem.windows.forms
|
Name |
Value
|
Description |
|
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. |
|
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). |
|
simple |
0
|
Specifies a list that is always visible and that the text portion is editable. |