Intersoft ClientUI Documentation
NavigationBarUIMode Property
See Also  Example Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXNavigationWindow Class : NavigationBarUIMode Property






Gets or sets the user interface mode of the navigation bar.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property NavigationBarUIMode As NavigationBarUIMode
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationWindow
Dim value As NavigationBarUIMode
 
instance.NavigationBarUIMode = value
 
value = instance.NavigationBarUIMode
C# 
[CategoryAttribute("Common Properties")]
public NavigationBarUIMode NavigationBarUIMode {get; set;}
Delphi 
public read-write property NavigationBarUIMode: NavigationBarUIMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set NavigationBarUIMode : NavigationBarUIMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property NavigationBarUIMode get_NavigationBarUIMode();
public: __property void set_NavigationBarUIMode( 
   NavigationBarUIMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property NavigationBarUIMode NavigationBarUIMode {
   NavigationBarUIMode get();
   void set (    NavigationBarUIMode value);
}

Example

The following example shows how to specify the buttons to be displayed in the navigation bar of the UXNavigationWindow.
XAMLCopy Code
<Intersoft:UXNavigationWindow NavigationBarUIMode="BackForwardJournal" />

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.