Intersoft ClientUI Documentation
UXNavigationBar Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace : UXNavigationBar Class






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 Class

Syntax

Visual Basic (Declaration) 
<StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)>
<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)>
<TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)>
<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 IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXNavigationBar
C# 
[StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[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)]
[TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[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, IControlIFramework, ILicensing  
Delphi 
public class UXNavigationBar = class(Intersoft.Client.Framework.ISControl, IControl, IFramework, ILicensing)
JScript 
StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)
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)
TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)
DescriptionAttribute("Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh.")
public class UXNavigationBar extends Intersoft.Client.Framework.ISControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[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)]
[TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[DescriptionAttribute("Represents a navigation bar that contains a collection of predefined navigation commands such as Back, Forward and Refresh.")]
public __gc class UXNavigationBar : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
C++/CLI 
[StyleTypedPropertyAttribute(Property="ToolBarButtonStyle", StyleTargetType=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[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)]
[TemplatePartAttribute(Name="JournalButtonElement", Type=Intersoft.Client.UI.Navigation.UXJournalButtons)]
[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, IControlIFramework, 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 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.