Intersoft ClientUI Documentation
OpenNewNavigationWindow(Uri,String) Method



The URI for the navigation source.
The name associated with the navigation window.
Create a new navigation window, navigate to the specified URI and show the window to the foreground.
Syntax
Public Overloads Function OpenNewNavigationWindow( _
   ByVal uri As Uri, _
   ByVal windowName As String _
) As UXNavigationWindow
Dim instance As UXDesktop
Dim uri As Uri
Dim windowName As String
Dim value As UXNavigationWindow
 
value = instance.OpenNewNavigationWindow(uri, windowName)
public UXNavigationWindow OpenNewNavigationWindow( 
   Uri uri,
   string windowName
)
public:
UXNavigationWindow^ OpenNewNavigationWindow( 
   Uri^ uri,
   String^ windowName
) 

Parameters

uri
The URI for the navigation source.
windowName
The name associated with the navigation window.

Return Value

A UXNavigationWindow object.
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

UXDesktop Class
UXDesktop Members
Overload List

Send Feedback