ComboBoxState 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.
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
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The combo box has the default appearance. |
Hot | 2 | The combo box is hot. |
Pressed | 3 | The combo box is pressed. |
Disabled | 4 | The combo box is disabled. |
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
.NET