The properties of System.Windows.Forms.CheckBox are listed below. For a list of all members, see the CheckBox Members list.
See Also: Inherited members from System.Windows.Forms.ButtonBase
Appearance | Appearance.
Gets or sets the value that determines the appearance of a System.Windows.Forms.CheckBox control. | |
AutoCheck | bool.
Gets or set a value indicating whether the CheckBox.Checked or CheckBox.CheckState values and the System.Windows.Forms.CheckBox's appearance are automatically changed when the System.Windows.Forms.CheckBox is clicked. | |
CheckAlign | System.Drawing.ContentAlignment.
Gets or sets the horizontal and vertical alignment of the check mark on a System.Windows.Forms.CheckBox control. | |
Checked | bool.
Gets or set a value indicating whether the System.Windows.Forms.CheckBox is in the checked state. | |
CheckState | CheckState.
Gets or sets the state of the System.Windows.Forms.CheckBox. | |
override | TextAlign | System.Drawing.ContentAlignment.
Gets or sets the alignment of the text on the System.Windows.Forms.CheckBox control. |
ThreeState | bool.
Gets or sets a value indicating whether the System.Windows.Forms.CheckBox will allow three check states rather than two. |
[read-only] override | CreateParams | CreateParams.
Gets the required creation parameters when the control handle is created. |
[read-only] override | DefaultSize | System.Drawing.Size.
Gets the default size of the control. |