Specifies the ComboBox style.
More...
#include <ComboBox.h>
Specifies the ComboBox style.
Apply to ComboBox::DropDownStyle property.
- See also
-
◆ eComboBoxStyle
Possible ComboBox style.
- See also
-
Enumerator |
---|
DropDown | 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 | 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.
|
Simple | 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.
|
The documentation for this struct was generated from the following file: