GroupBoxState Enum

Definition

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
GroupBoxState

Fields

Disabled 2

The group box is disabled.

Normal 1

The group box has the default appearance.

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.

Applies to