Gets or sets the state of the System.Windows.Forms.CheckBox.
Documentation for this section has not yet been entered.
If the CheckBox.ThreeState property is set to false, the CheckBox.CheckState property value can only be set to CheckState.Indeterminate in code and not by user interaction.
The following table describes the System.Windows.Forms.Appearance of the System.Windows.Forms.CheckBox control in its different states for the Normal and Button style control CheckBox.Appearance.
Checked |
The System.Windows.Forms.CheckBox displays a check mark. |
The control appears sunken. |
Unchecked |
The System.Windows.Forms.CheckBox is empty. |
The control appears raised. |
Indeterminate |
The System.Windows.Forms.CheckBox displays a check mark and is shaded. |
The control appears flat. |