Intersoft ClientUI Documentation
NavigationBarUIMode Property
Example 



Gets or sets the user interface mode of the navigation bar.
Syntax
<CategoryAttribute("Common Properties")>
Public Property NavigationBarUIMode As NavigationBarUIMode
Dim instance As UXNavigationWindow
Dim value As NavigationBarUIMode
 
instance.NavigationBarUIMode = value
 
value = instance.NavigationBarUIMode
[CategoryAttribute("Common Properties")]
public NavigationBarUIMode NavigationBarUIMode {get; set;}
[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.
<Intersoft:UXNavigationWindow NavigationBarUIMode="BackForwardJournal" />
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

UXNavigationWindow Class
UXNavigationWindow Members
Window and Dialog Boxes Overview

Send Feedback