OlComboBoxStyle Enum

Definition

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

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.

Applies to