dlg_click_apply()

Triggers the “Apply” button click event in a custom dialog.

Syntax

dlg_click_apply(handle)

Parameters

Parameter Type Description
handle String The dialog handle.

Return Value

Examples

Click the “Apply” button in the dialog

dlg_click_apply(hnd);

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