Intersoft ClientUI Documentation
LaunchApplication(Object) Method



The data to be passed to StartupParameters of the target window.
Launch the application specified in the ApplicationUri with startup parameters.
Syntax
Public Overloads Sub LaunchApplication( _
   ByVal startupParameters As Object _
) 
Dim instance As UXDesktopDockButton
Dim startupParameters As Object
 
instance.LaunchApplication(startupParameters)
public void LaunchApplication( 
   object startupParameters
)
public:
void LaunchApplication( 
   Object^ startupParameters
) 

Parameters

startupParameters
The data to be passed to StartupParameters of the target window.
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

UXDesktopDockButton Class
UXDesktopDockButton Members
Overload List

Send Feedback