Intersoft ClientUI Documentation
UXNavigationBar Class
Members 



Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh. The navigation bar automatically works with a navigator such as UXFrame or UXNavigationWindow.
Object Model
UXNavigationBar ClassISFramework ClassUXJournalButtons ClassUXFrame Class
Syntax
<TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)>
<TemplatePartAttribute(Name="ToolContainerElement", Type=System.Windows.Controls.StackPanel)>
<TemplatePartAttribute(Name="MainToolGroup", Type=Intersoft.Client.UI.Aqua.UXToolGroup)>
<StyleTypedPropertyAttribute(Property="JournalButtonStyle", StyleTargetType=Intersoft.Client.UI.Navigation.UXJournalButtons)>
<StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)>
<DescriptionAttribute("Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh.")>
Public Class UXNavigationBar 
   Inherits Intersoft.Client.Framework.ISControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As UXNavigationBar
[TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[TemplatePartAttribute(Name="ToolContainerElement", Type=System.Windows.Controls.StackPanel)]
[TemplatePartAttribute(Name="MainToolGroup", Type=Intersoft.Client.UI.Aqua.UXToolGroup)]
[StyleTypedPropertyAttribute(Property="JournalButtonStyle", StyleTargetType=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[DescriptionAttribute("Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh.")]
public class UXNavigationBar : Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[TemplatePartAttribute(Name="ToolContainerElement", Type=System.Windows.Controls.StackPanel)]
[TemplatePartAttribute(Name="MainToolGroup", Type=Intersoft.Client.UI.Aqua.UXToolGroup)]
[StyleTypedPropertyAttribute(Property="JournalButtonStyle", StyleTargetType=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[DescriptionAttribute("Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh.")]
public ref class UXNavigationBar : public Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

UXNavigationBar is a rich navigation control featuring complete navigation commands such as Refresh, Stop, and Browse Home. Similar to UXJournalButton, the UXNavigationBar works seamlessly with the navigation frame in the same focus scope.
You can easily add more commands to the UXNavigationBar by adding the toolbar button through AdditionalToolGroup Template.

For a guided walkthrough on using UXNavigationBar in a navigation application, see Walkthrough: Create Basic Navigation Application using MVVM Pattern.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               Intersoft.Client.Framework.ISControl
                  Intersoft.Client.UI.Navigation.UXNavigationBar

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

UXNavigationBar Members
Intersoft.Client.UI.Navigation Namespace
Navigation Overview

Send Feedback