Property CheckedState
CheckedState
The state of the CheckBox.
public CheckState CheckedState { get; set; }
Property Value
Remarks
If AllowCheckStateNone is true and None, the
CheckBox
will display the ConfigurationManager.Glyphs.CheckStateNone
character (☒).
If UnChecked, the CheckBox
will display the ConfigurationManager.Glyphs.CheckStateUnChecked
character (☐).
If Checked, the CheckBox
will display the ConfigurationManager.Glyphs.CheckStateChecked
character (☑).