Version

NavigationBarPropertyIds Enumeration

Contains constants which identify the properties of the UltraNavigationBar and its sub-objects.
Syntax
'Declaration
 
Public Enum NavigationBarPropertyIds 
   Inherits System.Enum
public enum NavigationBarPropertyIds : System.Enum 
Members
MemberDescription
ActionButtonsThe UltraNavigationBar.ActionButtons property.
ActionButtonSettingsThe UltraNavigationBar.ActionButtonSettings property.
ActiveAppearanceThe UltraNavigationBarLocationSettings.ActiveAppearance property.
ActiveLocationThe UltraNavigationBar.ActiveLocation property.
AppearanceThe UltraNavigationBarButtonAppearances.Appearance property.
AutoSizeThe UltraNavigationBar.AutoSize property.
CollectionClearedNotifies that a collection has been cleared of all members.
DisplayTextThe UltraNavigationBarLocation.DisplayText property.
DrawsFocusRectThe UltraNavigationBar.DrawsFocusRect property.
DropDownButtonAppearanceThe UltraNavigationBarPreviousLocationsSettings.DropDownButtonAppearance property.
DropDownButtonHotTrackAppearanceThe UltraNavigationBarPreviousLocationsSettings.DropDownButtonHotTrackAppearance property.
DropDownButtonPressedAppearanceThe UltraNavigationBarPreviousLocationsSettings.DropDownButtonPressedAppearance property.
DropDownButtonToolTipTextThe UltraNavigationBarPreviousLocationsSettings.DropDownButtonToolTipText property.
DropDownButtonVisibleThe UltraNavigationBarLocationSettings.DropDownButtonVisible and UltraNavigationBarPreviousLocationsSettings.DropDownButtonVisible properties
DropDownListAppearanceThe UltraNavigationBarPreviousLocationsSettings.DropDownListAppearance property.
EditModeAppearanceThe UltraNavigationBar.EditModeAppearance property.
ExpandedLocationThe UltraNavigationBar.ExpandedLocation property.
HotTrackAppearanceThe UltraNavigationBarButtonAppearances.HotTrackAppearance property.
ImageSizeThe UltraNavigationBar.ImageSize property.
IncludeTextInFullPathThe UltraNavigationBarLocation.IncludeTextInFullPath property.
IsExpandedThe UltraNavigationBarLocation.IsExpanded property.
IsSelectedThe UltraNavigationBarLocation.IsSelected property.
ItemAddedNotifies that a new member has been added to a collection.
ItemRemovedNotifies that an existing member has been removed from a collection.
LocationsThe UltraNavigationBarLocation.Locations property.
LocationsDropDownListAppearanceThe UltraNavigationBarLocationSettings.LocationsDropDownListAppearance property.
LocationSettingsThe UltraNavigationBar.LocationSettings property.
MaximumDropDownItemsThe UltraNavigationBarLocationSettings.MaximumDropDownItems and UltraNavigationBarPreviousLocationsSettings.MaximumDropDownItems properties.
MaximumItemsThe UltraNavigationBarPreviousLocationsSettings.MaximumItems property.
MaximumTextButtonWidthThe UltraNavigationBarLocationSettings.MaximumTextButtonWidth property.
NonAutoSizeHeightThe UltraNavigationBar.NonAutoSizeHeight property.
PathSeparatorThe UltraNavigationBar.PathSeparator property.
PressedAppearanceThe UltraNavigationBarButtonAppearances.PressedAppearance property.
PreviousLocationsThe UltraNavigationBar.PreviousLocations property.
PreviousLocationsSettingsThe UltraNavigationBar.PreviousLocationsSettings property.
RootLocationThe UltraNavigationBar.RootLocation property.
SelectedAppearanceThe UltraNavigationBarLocationSettings.SelectedAppearance property.
SelectedLocationThe UltraNavigationBarLocation.SelectedLocation and UltraNavigationBar.SelectedLocation properties.
SelectedLocationImageVisibleThe UltraNavigationBar.SelectedLocationImageVisible property.
SettingsThe UltraNavigationBarLocation.Settings property.
TextThe UltraNavigationBarLocation.Text property.
TextButtonDisplayStyleThe UltraNavigationBarLocationSettings.TextButtonDisplayStyle property.
ToolTipTextThe UltraNavigationBarLocation.ToolTipText property.
UndefinedRepresents an uninitialized state.
VisibleThe UltraNavigationBarLocation.Visible property.
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