Version

LocationUIState Enumeration

Constants which define the state of an UltraNavigationBarLocation instance in the user interface.
Syntax
'Declaration
 
Public Enum LocationUIState 
   Inherits System.Enum
public enum LocationUIState : System.Enum 
Members
MemberDescription
ButtonActiveThe text button or dropdown button which represents the location on the navigation path has the keyboard focus.
DropDownButtonHotTrackedThe location's dropdown button is hot tracked.
ExpandedThe location's dropdown list of child locations is visible.
ListItemActiveThe list item which represents the location on the dropdown list of child locations has the keyboard focus.
ListItemHotTrackedThe cursor is positioned over the list item which represents the location on the dropdown list of child locations.
NormalNo particular state, i.e., not hot tracked, active, selected, pressed, or expanded.
PressedThe location's buttons are in the pressed state.
SelectedThe location is selected, i.e., is the one member of its parent location's UltraNavigationBarLocation.Locations collection that is present in the navigation path.
TextButtonHotTrackedThe button which displays the value of the UltraNavigationBarLocation.Text property is hot tracked.
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