WaitDialog.CanCancel Property
Gets or sets a flag that decides whether the user can cancel this dialog.
Namespace: Microsoft.ManagementConsole.Advanced
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public bool CanCancel { get; set; }
public:
property bool CanCancel {
bool get();
void set(bool value);
}
member CanCancel : bool with get, set
Public Property CanCancel As Boolean
Property Value
Type: System.Boolean
true if the user can cancel this dialog; otherwise false
See Also
WaitDialog Class
Microsoft.ManagementConsole.Advanced Namespace
Return to top