Gets the RenderInputButton object representing the accept button in the current document (the first RenderInputButton object with AcceptButton property set to true).

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public RenderInputButton AcceptButton { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property AcceptButton As RenderInputButton
	Get

See Also