Gets or sets a value indicating whether the
ProgressDialog supports asynchronous cancellation.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool WorkerSupportsCancellation { get; set; } |
Visual Basic |
---|
Public Property WorkerSupportsCancellation As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool WorkerSupportsCancellation {
bool get ();
void set (bool value);
} |
F# |
---|
member WorkerSupportsCancellation : bool with get, set
|
Property Value
Type:
Boolean
See Also