Intersoft ClientUI Documentation
RootApplication Property



Gets or sets the application package used to define the root application of a UXShell instance.
Syntax
Public Property RootApplication As ApplicationPackage
Dim instance As UXShell
Dim value As ApplicationPackage
 
instance.RootApplication = value
 
value = instance.RootApplication
public ApplicationPackage RootApplication {get; set;}
public:
property ApplicationPackage^ RootApplication {
   ApplicationPackage^ get();
   void set (    ApplicationPackage^ 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