ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Boolean
    public System.bool AcceptButton {get; set;}
    See Also