Intersoft ClientUI Documentation
NavigationBarUIMode Enumeration
Example Example 



Specifies the buttons to be displayed in the navigation bar within the navigation window control.
Syntax
Public Enum NavigationBarUIMode 
   Inherits System.Enum
Dim instance As NavigationBarUIMode
public enum NavigationBarUIMode : System.Enum 
public enum class NavigationBarUIMode : public System.Enum 
Members
MemberDescription
All Displays all navigation buttons including Stop, Refresh and Home.
BackForwardJournal Displays back and forward journal buttons.
BackJournal Displays only the back journal button.
Example
The following example shows how to uses NavigationBarUIMode to specify the buttons to be displayed in UXNavigationWindow.
<Intersoft:UXNavigationWindow NavigationBarUIMode="BackForwardJournal" />
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.NavigationBarUIMode

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

Intersoft.Client.UI.Aqua.UXDesktop Namespace

Send Feedback