PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / AcceptButton Property

In This Topic
    AcceptButton Property (C1PrintDocument)
    In This Topic
    Gets the RenderInputButton object representing the accept button in the current document (the first RenderInputButton object with RenderInputButton.AcceptButton property set to true).
    Syntax
    'Declaration
     
    Public ReadOnly Property AcceptButton As RenderInputButton
    public RenderInputButton AcceptButton {get;}
    See Also