[]
        
(Showing Draft Content)

C1.Win.InputPanel.InputCheckBox

InputCheckBox Class

Represents a check box element in a C1InputPanel control.

Namespace: C1.Win.InputPanel
Assembly: C1.Win.InputPanel.8.dll
Syntax
public class InputCheckBox : InputComponent, IBindableComponent, IComponent, IDisposable, IInputXmlSerializable

Constructors

Name Description
InputCheckBox()

Initializes a new instance of InputCheckBox.

Properties

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.

Methods

Name Description
OnCheckedChanged(EventArgs)

Raises the CheckedChanged event.

Events

Name Description
CheckedChanged

Fires when the value of the Checked property changes.