Determines the type of combo box used
Member of Combo Box (PRIM_CMBX)
Data Type - Enumeration
The ComboBoxStyle property determines the appearance and behavior of the combo box.
Enum Value | Description |
---|---|
DropDown | Drop down list and edit box combination |
DropDownList | Drop down list and non-editable area showing the focus value |
Simple | Edit box with a list of values that is always visible |
Febuary 18 V14SP2