Version

UltraNavigationBarAction Enumeration

Enumeration which contains constants that identify the actions that can be performed on the UltraNavigationBar control.
Syntax
'Declaration
 
Public Enum UltraNavigationBarAction 
   Inherits System.Enum
public enum UltraNavigationBarAction : System.Enum 
Members
MemberDescription
ActivateFirstLocationThe first UltraNavigationBarLocation displayed is activated.
ActivateLastLocationThe last UltraNavigationBarLocation displayed is activated.
ActivateNextLocationThe last UltraNavigationBarLocation displayed is activated.
ActivatePreviousLocationThe last UltraNavigationBarLocation displayed is activated.
CloseLocationsDropDownListThe UltraNavigationBar.ExpandedLocation is collapsed; i.e., its dropdown list of child locations is closed.
ClosePreviousLocationsDropDownListThe dropdown which displays the contents of the UltraNavigationBar.PreviousLocations collection is closed.
CollapseExpandedLocationThe UltraNavigationBar.ExpandedLocation is collapsed; i.e., its dropdown list of child locations is closed.
EnterEditModeEdit mode is entered.
ExitEditModeCancelEdit mode is exited, and changes made during the edit mode session are discarded.
ExitEditModeCommitEdit mode is exited, and changes made during the edit mode session are parsed; if the parsing operation is successful, the UltraNavigationBar.SelectedLocation property is set to the parsed location.
ExpandActiveLocationThe UltraNavigationBar.ActiveLocation is expanded; i.e., its dropdown list of child locations is displayed.
OpenPreviousLocationsDropDownListAn edit mode session is initiated, and the dropdown which displays the contents of the UltraNavigationBar.PreviousLocations collection is displayed.
PageDownThe item on the next logical page is activated.
PageUpThe item on the previous logical page is activated.
SelectActiveLocationThe UltraNavigationBar.ActiveLocation is selected; i.e., that location is appended to the navigation path.
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