Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.setAcceptButton
Sets the accept button for this form.
Syntax
public final void setAcceptButton( IButtonControl button )
Parameters
button
The control that is the accept button for this form.
Remarks
The accept button designates a form control that is clicked when the user presses the ENTER key.
See Also getAcceptButton