Intersoft ClientUI Documentation
ShellNavigationInitialized Property



Specifies whether a navigation host for the shell has been initialized.
Syntax
Public Property ShellNavigationInitialized As Boolean
Dim instance As UXShell
Dim value As Boolean
 
instance.ShellNavigationInitialized = value
 
value = instance.ShellNavigationInitialized
public bool ShellNavigationInitialized {get; set;}
public:
property bool ShellNavigationInitialized {
   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