Intersoft ClientUI Documentation
IsInitializing Property (UXFrame)



Gets or sets a value indicating whether the UXFrame is currently waiting for asynchronous initialization to complete. When the property is set to true, the UXFrame will delay the navigation process until the initialization process is completed.
Syntax
Public Property IsInitializing As Boolean
Dim instance As UXFrame
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

UXFrame Class
UXFrame Members

Send Feedback