Intersoft ClientUI Documentation
OpenNewNavigationWindow(WindowOptions) Method



The window options that represents the navigation source, navigation bar visibility and other window settings such as Title, Icon and more.
Create a new navigation window based on the specified options and show the window to the foreground.
Syntax
Public Overloads Function OpenNewNavigationWindow( _
   ByVal options As WindowOptions _
) As UXNavigationWindow
Dim instance As UXDesktop
Dim options As WindowOptions
Dim value As UXNavigationWindow
 
value = instance.OpenNewNavigationWindow(options)
public UXNavigationWindow OpenNewNavigationWindow( 
   WindowOptions options
)
public:
UXNavigationWindow^ OpenNewNavigationWindow( 
   WindowOptions^ options
) 

Parameters

options
The window options that represents the navigation source, navigation bar visibility and other window settings such as Title, Icon and more.

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