|

Cancelled


(boolean) Whether the cancel button has been pressed:



VALUE DESCRIPTION


true


The cancel button has been pressed.


false


The cancel button has not been pressed. (Default)


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

StatusDlg.ShowCancelButton

OverviewExamples

StatusDlg.ShowCancelButton ( boolean ShowCancel = true,


string ButtonText = "Cancel" )


De s cr ip t ion


Shows or hides the cancel button on the built-in status dialog.


P arame t er s


ShowCancel


(boolean) Whether to show the cancel button:



VALUE DESCRIPTION


true


The cancel button will be displayed on the status dialog. (Default)


false


The cancel button will not be displayed on the status dialog.


|