[]
Represents a control that a user can select and clear.
public class C1CheckBox : UIView, IDependencyObject, IComponent, IDisposable
| Name | Description |
|---|---|
| C1CheckBox() | Initializes a new instance of the C1CheckBox class. |
| C1CheckBox(IntPtr) | Initializes a new instance of the C1CheckBox class. |
| Name | Description |
|---|---|
| ColorProperty | |
| IsCheckedProperty | |
| IsEnabledProperty | |
| IsReadOnlyProperty | |
| IsThreeStateProperty |
| Name | Description |
|---|---|
| Color | Gets or sets the color used to paint the control. |
| 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. |
| Site | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| LayoutSubviews() | |
| MovedToSuperview() | |
| OnChecked(EventArgs) | Raises the Checked event. |
| SizeThatFits(CGSize) |
| Name | Description |
|---|---|
| Checked | Occurs after the value of checkBox changes |
| Disposed |