[]
Represents a control that a user can select and clear.
public class C1CheckBox : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
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 |
---|---|
Checked | |
IsChecked | Gets or sets whether the C1CheckBox is checked. |
IsCheckedChanged | Gets or sets the callback called when the IsChecked property has changed. |
IsReadOnly | Gets or sets whether the C1CheckBox is read only. |
IsThreeState | Gets or sets whether C1CheckBox supports indeterminate state. |
OnMouseDown |
Name | Description |
---|---|
BuildRenderTree(RenderTreeBuilder) | |
Dispose(bool) | |
FocusAsync() | Sets the focus in the control. |
InitializeAsync() | This method is called when the component is initialized. |
OnAfterRender(bool) | |
SetParametersAsync(ParameterView) | |
ShouldRender() |