ComboBoxConstants
Style values for the Style property of a combo-box control.
| Constant | Value | Description |
|---|---|---|
| vbComboDropdown | 0 | A drop-down combo box: the user can type a value or select one from the list. |
| vbComboSimple | 1 | A simple combo box: the list is always visible and the user can also type a value. |
| vbComboDropdownList | 2 | A drop-down list: the user must pick a value from the list. |