GroupBoxState 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 group box that is drawn with visual styles.
public enum class GroupBoxState
public enum GroupBoxState
type GroupBoxState =
Public Enum GroupBoxState
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The group box has the default appearance. |
Disabled | 2 | The group box is disabled. |
Remarks
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.