Show contents 

Working with General Visual Components > Classes > Dialog > Dialog.getOkButton

Dialog.getOkButton

Syntax

getOkButton();

Description

The getOkButton method 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