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

In This Topic
    AcceptButton Property (RenderInputButton)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property AcceptButton As Boolean
    public bool AcceptButton {get; set;}
    See Also