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