Sets the cancel button for the form.
public final void setCancelButton( IButtonControl button )
button
The control that represents the form's cancel button.
The cancel button designates the control on a form that is clicked when the user presses the ESC key.
See Also getCancelButton