SupportCancel Property
Gets whether or not this prompt supports a true cancel operation.
Syntax
public System.bool SupportCancel {get;}Public ReadOnly Property SupportCancel As System.BooleanRemarks
Only prompts that have an EscapeAnswer of "Cancel" support a true cancel operation. For prompts that support cancel, when the prompt dialog is closed by pressing the escape key, a prompt answer of "Cancel" will be returned. For all others, the EscapeAnswer is returned instead. For prompts that did not specify an EscapeAnswer, the default is "Cancel" for "OkCancel" style prompts, "NoToAll" for "MultiYesNoOnly" style prompts, and "No" for all other prompts.