The members of System.Windows.Forms.CheckBox are listed below.
See Also: Inherited members from System.Windows.Forms.ButtonBase
CheckBox() |
Initializes a new instance of the System.Windows.Forms.CheckBox class. |
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. |
override | ToString()
|
override | CreateAccessibilityInstance()
| |
OnAppearanceChanged(EventArgs)
| ||
OnCheckedChanged(EventArgs)
| ||
OnCheckStateChanged(EventArgs)
| ||
override | OnClick(EventArgs)
| |
override | OnHandleCreated(EventArgs)Documentation for this section has not yet been entered. | |
override | OnKeyDown(KeyEventArgs)Documentation for this section has not yet been entered. | |
override | OnMouseUp(MouseEventArgs)Documentation for this section has not yet been entered. | |
override | ProcessMnemonic(char)
|
AppearanceChanged |
Occurs when the value of the CheckBox.Appearance property changes. | |
CheckedChanged |
Occurs when the value of the CheckBox.Checked property changes. | |
CheckStateChanged |
Occurs when the value of the CheckBox.CheckState property changes. | |
DoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.CheckBox control. | |
MouseDoubleClick |
Occurs when the user double-clicks the System.Windows.Forms.CheckBox control. |