Επεξεργασία

Κοινή χρήση μέσω


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

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.

Applies to