[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputButtonBase

RenderInputButtonBase Class

The abstract base class for button-like input controls (button, check box, radio button).

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

Constructors

Name Description
RenderInputButtonBase()

Initializes a new instance of the RenderInputButtonBase class.

Properties

Name Description
Text

Gets or sets the text of the button.

TextAlign

Gets or sets the alignment of the button text.

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 RenderInputButtonBase-specific properties if source is a RenderInputButtonBase.

GetDefaultCursor()

Gets the default cursor.

GetDefaultTextAlign()

Gets the default text alignment.

InitControl(Control, IScriptContext)

Initializes the control.

InitRenderObject()

Initializes the render object.

ShouldSerializeTextAlign()

Indicates whether TextAlign should be serialized.