BarComboBoxCommandStyle Enum
Specifies the style of a BarComboBoxCommand.
public enum BarComboBoxCommandStyle
Fields
| Name | Description |
|---|---|
| DropDownList | The text area in the combobox is not editable. Items can be selected by dropping down the list using the arrow button. |
| Normal | The text area in the combobox is editable. Items can be selected by dropping down the list using the arrow button. |