Intersoft ClientUI Documentation
IsInitializing Property (UXShell)



Gets or sets a value indicating whether the application is currently performing asynchronous initialization. You can bind this property to navigators such as UXFrame to delay the navigation process until the application is completely initialized.
Syntax
Public Property IsInitializing As Boolean
Dim instance As UXShell
Dim value As Boolean
 
instance.IsInitializing = value
 
value = instance.IsInitializing
public bool IsInitializing {get; set;}
public:
property bool IsInitializing {
   bool get();
   void set (    bool value);
}
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

UXShell Class
UXShell Members

Send Feedback