The System.Windows.Forms.VisualStyles.ComboBoxState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the System.Windows.Forms.VisualStyles.VisualStyleElement.ComboBox.DropDownButton class. The System.Windows.Forms.VisualStyles.ComboBoxState values are also used as an argument in the System.Windows.Forms.ComboBoxRenderer.DrawDropDownButton(System.Drawing.Graphics, System.Drawing.Rectangle, ComboBoxState) and erload:System.Windows.Forms.ComboBoxRenderer.DrawTextBox methods.
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. |