Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > 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