[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputCheckBox

RenderInputCheckBox Class

Represents a checkbox.

Inheritance
RenderInputCheckBox
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public class RenderInputCheckBox : RenderInputButtonBase, IStyleOwner, IDocumentLocation

Constructors

Name Description
RenderInputCheckBox()

Initializes a new instance of the RenderInputCheckBox class.

RenderInputCheckBox(string)

Initializes a new instance of the RenderInputCheckBox class.

Properties

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.

Methods

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.