[]
Represents a control that a user can select and clear.
public class C1CheckBox : View, IComponent, IDisposable
| Name | Description |
|---|---|
| C1CheckBox() | Initializes a new instance of the C1CheckBox class. |
| Name | Description |
|---|---|
| ColorProperty | |
| IsCheckedProperty | |
| IsReadOnlyProperty | |
| IsThreeStateProperty |
| Name | Description |
|---|---|
| Color | Gets or sets the color used to paint the control. |
| 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. |
| Site | |
| Tag | Gets or sets an arbitrary object value that can be used to store custom information about this object. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| OnChecked(EventArgs) | Raises the Checked event. |
| Name | Description |
|---|---|
| Checked | Occurs after the value of checkBox changes |
| Disposed |