ComboBoxState Enumeration
.NET Framework (current version)
Specifies the visual state of a combo box that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Disabled | The combo box is disabled. | |
| Hot | The combo box is hot. | |
| Normal | The combo box has the default appearance. | |
| Pressed | The combo box is pressed. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: