Intersoft ClientUI Documentation
UXJournalButtons Class
Members 



Provides predefined buttons for journal navigation which includes Back and Forward button. Currently supported navigators are UXFrame and UXNavigationWindow.
Object Model
UXJournalButtons ClassUXToolBarButton ClassUXToolBarButton ClassISFramework ClassUXFrame Class
Syntax
<TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)>
<TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)>
<DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")>
Public Class UXJournalButtons 
   Inherits Intersoft.Client.Framework.ISControl
   Implements Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing 
Dim instance As UXJournalButtons
[TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")]
public class UXJournalButtons : Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
[TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")]
public ref class UXJournalButtons : public Intersoft.Client.Framework.ISControl, Intersoft.Client.Framework.IControlIntersoft.Client.Framework.IFramework, Intersoft.Client.Framework.ILicensing  
Remarks

UXJournalButtons is a full-featured navigation control themed in Aero glass-style appearance providing built-in Back and Forward command to the navigation frame in the same focus scope. If your page consists of multiple navigation frame, sets the NavigationTarget property to the desired navigation frame. The UXJournalButtons seamlessly synchronizes the navigation history initiated by the navigation frame without requiring developers to write codes.

For more information, see Navigation Overview.

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.UXJournalButtons

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

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

Send Feedback