[]
Represents a control that a user can select and clear.
public class C1CheckBox : C1View, IDisposable
| Name | Description |
|---|---|
| C1CheckBox() | Initializes a new instance of the C1CheckBox class. |
| Name | Description |
|---|---|
| IsCheckedProperty | Identifies the IsChecked dependency property. |
| IsReadOnlyProperty | Identifies the IsReadOnly dependency property. |
| IsThreeStateProperty | Identifies the IsThreeState dependency property. |
| Name | Description |
|---|---|
| IsChecked | Gets or sets whether the C1CheckBox is checked. |
| IsReadOnly | Gets or sets whether the C1CheckBox is read only. |
| IsThreeState | Gets or sets whether C1CheckBox supports indeterminate state. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnChecked(EventArgs) | Raises the Checked event. |
| OnForegroundChanged() | Called when the foreground changed. |
| Name | Description |
|---|---|
| Checked | Occurs after the value of checkBox changes |