BasicWindowIsBusy Property  | 
 
            Gets or Sets the value to indicate if the current window Is Busy.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic bool IsBusy { get; set; }Public Property IsBusy As Boolean
	Get
	Set
public:
property bool IsBusy {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
Remarks
            When a window is busy, it will have semi-transparent masks and user can not interact with the UI until the windows turns no busy.
            
See Also