| ProgressDialogIsBusy Property |
Gets a value that indicates whether the
ProgressDialog is running an asynchronous operation.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
public:
property bool IsBusy {
bool get ();
}
member IsBusy : bool with get
Property Value
Type:
Boolean if the
ProgressDialog is running an asynchronous operation;
otherwise,
.
See Also