dlg_has_btn_ok()

Checks if a custom dialog has an “OK” button.

Syntax

dlg_has_btn_ok(handle)

Parameters

Parameter Type Description
handle String The dialog handle.

Return Value

Examples

Check if the dialog has an “OK” button

dlg_has_btn_ok(hnd); // returns True or False

See also

dlg_set_btn

dlg_click_apply
dlg_click_ok
dlg_click_close

dlg_has_btn_apply
dlg_has_btn_ok
dlg_has_btn_close