Intersoft ClientUI Documentation
IsBusy Property (UXWindow)



Gets or sets the busy state of the window.
Syntax
Public Property IsBusy As Boolean
Dim instance As UXWindow
Dim value As Boolean
 
instance.IsBusy = value
 
value = instance.IsBusy
public bool IsBusy {get; set;}
public:
property bool IsBusy {
   bool get();
   void set (    bool value);
}
Remarks

The UXWindow control provides built-in busy state management allowing you to create compelling window interface that responsive to user interactions. To set a window as busy, you simply set the IsBusy property to true. In addition, ClientUI also provides similar features for other frameworks such as navigation. To learn more about navigation framework, see Navigation Overview.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXWindow Class
UXWindow Members

Send Feedback