Gets a value indicating whether the ProgressDialog is running an asynchronous operation is executing.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public bool IsBusy { get; } |
Visual Basic |
---|
Public ReadOnly Property IsBusy As Boolean Get |
Visual C++ |
---|
public: property bool IsBusy { bool get (); } |
F# |
---|
member IsBusy : bool with get |