Dialog.getOkButton

Syntax

getOkButton();

Description

The getOkButton  returns the OK button.

Comments

The OK button is an instance of the Button class.

Example

The property use is given in description of the Dialog.getCancelButton method.

See also:

Dialog