ComboBoxState Enum

Definition

Specifies the visual state of a combo box that is drawn with visual styles.

public enum class ComboBoxState
public enum ComboBoxState
type ComboBoxState = 
Public Enum ComboBoxState
Inheritance
ComboBoxState

Fields

Disabled 4

The combo box is disabled.

Hot 2

The combo box is hot.

Normal 1

The combo box has the default appearance.

Pressed 3

The combo box is pressed.

Remarks

The ComboBoxState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement.ComboBox.DropDownButton class. The ComboBoxState values are also used as an argument in the ComboBoxRenderer.DrawDropDownButton and ComboBoxRenderer.DrawTextBox methods.

Applies to