ComboBox.Style
- Updated2025-07-21
- 1 minute(s) read
ComboBox.Style
Syntax
ComboBox.Style
Data Type
Use the following constants with this data type:
- ComboBoxStyle_DropDownCombo –(Value: 0) Includes a drop-down list and an edit box. You can select from the list or type in the edit box.
- ComboBoxStyle_DropDownList –(Value: 2) Allows selection only from the drop-down list.
Purpose
Specifies the appearance of the control.