Version

NavigationToolbar Class Properties

For a list of all members of this type, see NavigationToolbar members.

Public Properties
 NameDescription
Public PropertyAccessibilityObjectGets the System.Windows.Forms.AccessibleObject for this toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyAccessibleDescriptionGets or sets a description of the visual appearance of the toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyAccessibleNameGets or sets the accessible name of the toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyBackButtonAccessibleObjectReturns the AccessibleObject used to represent the back button on a Navigation Toolbar.  
Public PropertyBackHistoryGets an enumerable collection that represents the items that have previously been navigated to.  
Public PropertyBackHistoryCountGets the number of items in the BackHistory.  
Public PropertyCanNavigateBackGets whether it is possible to navigate backwards through the history.  
Public PropertyCanNavigateForwardGets whether it is possible to navigate forward through the history.  
Public PropertyCurrentItemGets the item that is currently navigated to, or null if no navigation has occurred.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyForwardButtonAccessibleObjectReturns the AccessibleObject used to represent the forward button on the Navigation Toolbar.  
Public PropertyForwardHistoryGets an enumerable collection that represents the items that can be navigated forward to.  
Public PropertyForwardHistoryCountGets the number of items in the ForwardHistory.  
Public PropertyHeightGets the logical height of the toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyMaximumNavigationItemsGets or sets the maximum number of items maintained in the navigation history.  
Public PropertyMenuSettingsReturns an object that can be used to set the default appearances of the recent history menu of a NavigationToolbar.  
Public PropertyNotificationBadgeSettingsThe NotificationBadgeSettings for the whole Toolbar (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyRecentHistoryButtonAccessibleObjectReturns the AccessibleObject used to represent the recent history drop-down button on the Navigation Toolbar.  
Public PropertySettingsReturns an object that can be used to set the default appearances and properties of a NavigationToolbar.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyToolbarsManagerOverridden. Gets the UltraToolbarsManager component that the NavigationToolbar is owned by.  
Public PropertyToolsReturns a ToolsCollection of ToolBase objects, 1 for each ToolBase in the UltraToolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyUIElementGets the UltraToolbarBase.UIElement for the UltraToolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyUIRoleOverridden. Gets the UIRole of this toolbar.  
Public PropertyUnderlyingToolbarGets the MDI child toolbar that underlies this toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyVisibleGets or sets whether the NavigationToolbar is visible.  
Public PropertyVisibleResolvedGets the resolved value of the UltraToolbar.Visible property on the UltraToolbar object taking into account the toolbar's MDI merge status. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Public PropertyWidthGets the logical width of the toolbar. (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Protected Properties
 NameDescription
Protected PropertyIsVisibleReturns a boolean indicating if the toolbar is visible (Inherited from Infragistics.Win.UltraWinToolbars.UltraToolbarBase)
Protected PropertyKeyLowercaseInterned (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertyPrimaryCollection (Inherited from Infragistics.Shared.KeyedSubObjectBase)
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also