Version

NavigationToolbar Class

Represents a toolbar providing navigational capabilities.
Syntax
'Declaration
 
Public Class NavigationToolbar 
   Inherits UltraToolbarBase
   Implements Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class NavigationToolbar : UltraToolbarBase, Infragistics.Shared.IKeyedSubObject, Infragistics.Shared.IKeyedSubObjectEx, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

This toolbar will always appear above all other toolbars, with the exception of the Ribbon.

Note: The NavigationToolbar will not serialize the navigation history when saving the toolbars layout. If the history needs to be saved to be loaded at a later date, the information is available through the BackHistory, CurrentItem, and ForwardHistory properties. To load this information, use the InitializeHistory method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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