System.Windows.Forms.CheckBox: Property Members

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

Public Properties

AppearanceAppearance.

Gets or sets the value that determines the appearance of a System.Windows.Forms.CheckBox control.

AutoCheckbool.

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.

CheckAlignSystem.Drawing.ContentAlignment.

Gets or sets the horizontal and vertical alignment of the check mark on a System.Windows.Forms.CheckBox control.

Checkedbool.

Gets or set a value indicating whether the System.Windows.Forms.CheckBox is in the checked state.

CheckStateCheckState.

Gets or sets the state of the System.Windows.Forms.CheckBox.

override
TextAlignSystem.Drawing.ContentAlignment.

Gets or sets the alignment of the text on the System.Windows.Forms.CheckBox control.

ThreeStatebool.

Gets or sets a value indicating whether the System.Windows.Forms.CheckBox will allow three check states rather than two.

Protected Properties

[read-only]
override
CreateParamsCreateParams.

Gets the required creation parameters when the control handle is created.

[read-only]
override
DefaultSizeSystem.Drawing.Size.

Gets the default size of the control.