StatusDlg.IsCancelled

boolean StatusDlg.IsCancelled ( 

)

Example 1

clicked = StatusDlg.IsCancelled();

Determines whether or not the cancel button on the built-in status dialog has been clicked and stores either true or false in the variable "clicked."

See also:  Related Actions