Click or drag to resize

ProgressDialogIsBusy Property

Gets a value that indicates whether the ProgressDialog is running an asynchronous operation.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsBusy { get; }

Property Value

Type: Boolean
if the ProgressDialog is running an asynchronous operation; otherwise, .
See Also