Intersoft ClientUI Documentation
LaunchApplication(Object) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDock Namespace > UXDesktopDockButton Class > LaunchApplication Method : LaunchApplication(Object) Method






startupParameters
The data to be passed to StartupParameters of the target window.
Launch the application specified in the ApplicationUri with startup parameters.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub LaunchApplication( _
   ByVal startupParameters As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXDesktopDockButton
Dim startupParameters As Object
 
instance.LaunchApplication(startupParameters)
C# 
public void LaunchApplication( 
   object startupParameters
)
Delphi 
public procedure LaunchApplication( 
    startupParameters: TObject
); 
JScript 
public function LaunchApplication( 
   startupParameters : Object
);
Managed Extensions for C++ 
public: void LaunchApplication( 
   Object* startupParameters
) 
C++/CLI 
public:
void LaunchApplication( 
   Object^ startupParameters
) 

Parameters

startupParameters
The data to be passed to StartupParameters of the target window.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.