  | 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)
Syntaxpublic 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