[]
        
(Showing Draft Content)

C1.C1Preview.RenderInputButton

RenderInputButton Class

Represents a Preview Forms pushbutton in a C1PrintDocument. When the document is shown by a supporting viewer (e.g. C1.Win.C1Preview.C1PrintPreviewControl), produces an active pushbutton control.

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

Constructors

Name Description
RenderInputButton()

Initializes a new instance of the RenderInputButton class.

RenderInputButton(string)

Initializes a new instance of the RenderInputButton class, assigning the button text.

Properties

Name Description
AcceptButton

Gets or sets a value indicating whether the current button should function as an "Accept button", so that its action is executed when the ENTER is pressed in a supporting viewer control showing the document containing this button.

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.

CreateSame()

Creates new empty RenderInputButton object linked with same C1PrintDocument as current object.

GetAutoSize(IScriptContext, ref int, ref int)

Returns the preffered size of the control in pixels.

GetControlType()

For internal use.

GetValue()

For internal use.

InitControl(Control, IScriptContext)

For internal use.

SetValue(object)

For internal use.

See Also