[]
Represents a checkbox.
public class RenderInputCheckBox : RenderInputButtonBase, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderInputCheckBox() | Initializes a new instance of the RenderInputCheckBox class. |
RenderInputCheckBox(string) | Initializes a new instance of the RenderInputCheckBox class. |
Name | Description |
---|---|
CheckAlign | Gets or sets the horizontal and vertical alignment of the check box on the control. |
CheckMarkStyle | Gets or sets the visual style of the check mark used by the control. |
Checked | Gets or sets the value indicating whether the check box is checked. |
Name | Description |
---|---|
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object. Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method, then copies RenderInputCheckBox-specific properties if source is a RenderInputCheckBox. |
CreateSame() | Creates new empty RenderInputCheckBox object linked with same C1PrintDocument as current object. |
GetAutoSize(IScriptContext, ref int, ref int) | Gets the desired (auto) size of the control. |
GetControlType() | Gets the checkbox control type. |
GetDefaultTextAlign() | Gets the default text alignment. |
GetValue() | Gets the checkbox value. |
InitControl(Control, IScriptContext) | Initializes the control. |
InitRenderObject() | Initializes the render object. |
SetValue(object) | Sets the checkbox value. |