Version

UltraNavigationBarStates Enumeration

Enumeration which contains constants that identify the various states of the UltraNavigationBar control.
Syntax
'Declaration
 
Public Enum UltraNavigationBarStates 
   Inherits System.Enum
public enum UltraNavigationBarStates : System.Enum 
Members
MemberDescription
ActiveLocationHasDropDownButtonThere exists a non-null UltraNavigationBar.ActiveLocation, and the UltraNavigationBarLocationSettings.DropDownButtonVisible property of the associated UltraNavigationBarLocation resolves to true.
EditorHasTextAn edit mode session is in progress, and the editor's CurrentText property returns a non-empty value.
ExpandedLocationHasSelectedLocationThere exists a non-null UltraNavigationBar.ExpandedLocation, and its dropdown list of child locations contains the UltraNavigationBar.ActiveLocation.
FirstLocationButtonActiveThere exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the first one in the navigation path.
FirstLocationListItemActiveThere exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the first one in the locations dropdown list.
HasPreviousLocationsThe UltraNavigationBar.PreviousLocations collection is not empty.
HotTrackingThe cursor is currently positioned within the bounds of the control.
InEditModeThe control is currently in edit mode.
LastLocationButtonActiveThere exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the last one in the navigation path.
LastLocationListItemActiveThere exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the last one in the locations dropdown list.
LocationActiveThere exists a non-null UltraNavigationBar.ActiveLocation.
LocationExpandedThere exists a non-null UltraNavigationBar.ExpandedLocation.
NoneThe control is currently not in any of the defined states.
PreviousLocationsDropDownHasSelectedItemThe dropdown list which displays the contents of the UltraNavigationBar.PreviousLocations collection is currently being displayed, and a list item is currently selected.
PreviousLocationsDropDownVisibleThe dropdown list which displays the contents of the UltraNavigationBar.PreviousLocations collection is currently being displayed.
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