GroupBoxState Enumeration
.NET Framework (current version)
Specifies the visual state of a group box that is drawn with visual styles.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Disabled | The group box is disabled. | |
| Normal | The group box has the default appearance. |
The GroupBoxState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement::Button::GroupBox class. The GroupBoxState values are also used as an argument in the GroupBoxRenderer::DrawGroupBox method.
.NET Framework
Available since 2.0
Available since 2.0
Show: