Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Form.setCancelButton
Sets the cancel button for the form.
Syntax
public final void setCancelButton( IButtonControl button )
Parameters
button
The control that represents the form's cancel button.
Remarks
The cancel button designates the control on a form that is clicked when the user presses the ESC key.
See Also getCancelButton