Version

UltraExplorerBar Class

The Infragistics UltraWinExplorerBar control provides an advanced navigation interface for your application.
Syntax
'Declaration
 
Public Class UltraExplorerBar 
   Inherits Infragistics.Win.UltraControlBase
   Implements Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.IValidatorClient, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.Touch.IGestureConsumer, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation 
public class UltraExplorerBar : Infragistics.Win.UltraControlBase, Infragistics.Shared.Serialization.ICodeDomSerializable, Infragistics.Shared.Serialization.ICodeDomSerializableEX, Infragistics.Win.AppStyling.ISupportAppStyling, Infragistics.Win.IImageListProvider, Infragistics.Win.ISelectionManager, Infragistics.Win.IUltraControl, Infragistics.Win.IUltraControlElement, Infragistics.Win.IValidatorClient, Infragistics.Win.Notifications.INotificationBadgeSettingsOwner, Infragistics.Win.Touch.IGestureConsumer, Infragistics.Win.Touch.ISupportTouchMetrics, Infragistics.Win.UIAutomation.IProvideUIAutomation  
Remarks

The UltraWinExplorerBar builds on the metaphor introduced in the Outlook Bar of Microsoft Outlook, and later expanded by the Folder and Favorites bars found in Internet Explorer and Windows XP Explorer. The UltraWinExplorerBar is a more advanced version of the Infragistics UltraListBar control. It provides five user interface styles: Listbar, Explorer Bar, Toolbox, Outlook Navigation Pane, and Visual Studio 2005 Toolbox.

It provides a series of sliding groups that contain navigation items. These items can act as buttons, labels, state (toggle) buttons or separators. The UltraWinExplorerBar can also host WinForms controls inside of groups, giving you the flexibility to design a completely customized interface.

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