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






Provides predefined buttons for journal navigation which includes Back and Forward button. Currently supported navigators are UXFrame and UXNavigationWindow.

Object Model

UXJournalButtons Class

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")>
<TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)>
<TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)>
Public Class UXJournalButtons 
   Inherits Intersoft.Client.Framework.ISControl
   Implements IControlIFramework, ILicensing 
Visual Basic (Usage)Copy Code
Dim instance As UXJournalButtons
C# 
[DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")]
[TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
public class UXJournalButtons : Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
Delphi 
public class UXJournalButtons = class(Intersoft.Client.Framework.ISControl, IControl, IFramework, ILicensing)
JScript 
DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")
TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)
TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)
public class UXJournalButtons extends Intersoft.Client.Framework.ISControl implements IControlIFramework, ILicensing 
Managed Extensions for C++ 
[DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")]
[TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
public __gc class UXJournalButtons : public Intersoft.Client.Framework.ISControl, IControlIFramework, ILicensing  
C++/CLI 
[DescriptionAttribute("Provides predefined buttons for journal navigation which includes Back and Forward button.")]
[TemplatePartAttribute(Name="ForwardButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
[TemplatePartAttribute(Name="BackButtonElement", Type=Intersoft.Client.UI.Aqua.UXToolBarButton)]
public ref class UXJournalButtons : public Intersoft.Client.Framework.ISControl, IControlIFramework, 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 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.