OlComboBoxStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the behavior of a combo box control.
public enum class OlComboBoxStyle
[System.Runtime.InteropServices.Guid("382F8459-84AD-4CEB-8705-A8F8E2DC15E1")]
public enum OlComboBoxStyle
Public Enum OlComboBoxStyle
- Inheritance
-
OlComboBoxStyle
- Attributes
Fields
Name | Value | Description |
---|---|---|
olComboBoxStyleCombo | 0 | Indicates that the combo box behaves like a traditional combo box in which the user can type a value in the edit box or select a value from the drop-down list. |
olComboBoxStyleList | 2 | Indicates that the combo box behaves like a drop-down list from which the user can only select a value. |