System.Windows.Forms.VisualStyles.GroupBoxState Enumeration

Specifies the visual state of a group box that is drawn with visual styles.

Syntax

public enum GroupBoxState

Remarks

The System.Windows.Forms.VisualStyles.GroupBoxState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the System.Windows.Forms.VisualStyles.VisualStyleElement.Button.GroupBox class. The System.Windows.Forms.VisualStyles.GroupBoxState values are also used as an argument in the erload:System.Windows.Forms.GroupBoxRenderer.DrawGroupBox method.

Members

Member NameDescription
Disabled

The group box is disabled.

Normal

The group box has the default appearance.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0