Intersoft ClientUI Documentation
OpenNewNavigationWindow(WindowOptions) Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDesktop Class > OpenNewNavigationWindow Method : OpenNewNavigationWindow(WindowOptions) Method






options
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

Visual Basic (Declaration) 
Public Overloads Function OpenNewNavigationWindow( _
   ByVal options As WindowOptions _
) As UXNavigationWindow
Visual Basic (Usage)Copy Code
Dim instance As UXDesktop
Dim options As WindowOptions
Dim value As UXNavigationWindow
 
value = instance.OpenNewNavigationWindow(options)
C# 
public UXNavigationWindow OpenNewNavigationWindow( 
   WindowOptions options
)
Delphi 
public function OpenNewNavigationWindow( 
    options: WindowOptions
): UXNavigationWindow; 
JScript 
public function OpenNewNavigationWindow( 
   options : WindowOptions
) : UXNavigationWindow;
Managed Extensions for C++ 
public: UXNavigationWindow* OpenNewNavigationWindow( 
   WindowOptions* options
) 
C++/CLI 
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 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.