System.Windows.Forms
2.0.0.0
System.Enum
The values correspond to the states of the objects exposed by the class. The values are also used as an argument in the method.
Specifies the visual state of a check box that is drawn with visual styles.
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is checked and disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is checked and hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is checked.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is checked and pressed.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is three-state and disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is three-state and hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is three-state.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is three-state and pressed.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is unchecked and disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is unchecked and hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is unchecked.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.CheckBoxState
The check box is unchecked and pressed.
2.0.0.0