[]
Represents a check box element in a C1InputPanel control.
public class InputCheckBox : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable
| Name | Description |
|---|---|
| InputCheckBox() | Initializes a new instance of InputCheckBox. |
| Name | Description |
|---|---|
| AutoEllipsis | Enables the automatic handling of text that extends beyond the width of the component. |
| BoundValue | Gets or sets the bound data value associated with this component. |
| CheckAlign | Gets or sets where the checkbox should be placed within the component. |
| CheckState | Gets or sets the state of the component. |
| Checked | Gets or sets whether the component is in the checked state. |
| DefaultPadding | Gets the default padding within the InputCheckBox. |
| Text | Gets or sets the text associated with the component. |
| ThreeState | Gets or sets whether the InputCheckBox allows three check states rather than two. |
| Name | Description |
|---|---|
| OnCheckedChanged(EventArgs) | Raises the CheckedChanged event. |
| Name | Description |
|---|---|
| CheckedChanged | Fires when the value of the Checked property changes. |