PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / AcceptButton Property

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