Properties
| Property | Description |
|---|---|
| Checked | Gets or sets value indicating the checked state of the checkbox. |
| CheckAlignment | Gets or sets a value indicating the alignment of the check box. |
| IsThreeState | Gets or sets a boolean value indicating where the button is three state. |
| CheckState | Gets or sets the CheckState. CheckState enumeration defines the following values: Unchecked, Checked, and Indeterminate. |
Methods
| Method | Description |
|---|---|
| PerformClick | Generates a Click event for a check box. |
Events
| Event | Description |
|---|---|
| CheckStateChanging | Occurs before the elements's state changes. |
| CheckStateChanged | Occurs when the elemnts's state changes. |