Version

NavigationBarButtonUIState Enumeration

Constants which define the state of an UltraNavigationBarActionButton or previous locations dropdown button in the user interface.
Syntax
'Declaration
 
Public Enum NavigationBarButtonUIState 
   Inherits System.Enum
public enum NavigationBarButtonUIState : System.Enum 
Members
MemberDescription
HotTrackedThe cursor is positioned within the button's bounds.
NormalNo particular state, i.e., not hot tracked or pressed.
PressedThe button is in the pressed state.
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