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