'Declaration Public Enum UltraNavigationBarAction Inherits System.Enum
public enum UltraNavigationBarAction : System.Enum
Member | Description |
---|---|
ActivateFirstLocation | The first UltraNavigationBarLocation displayed is activated. |
ActivateLastLocation | The last UltraNavigationBarLocation displayed is activated. |
ActivateNextLocation | The last UltraNavigationBarLocation displayed is activated. |
ActivatePreviousLocation | The last UltraNavigationBarLocation displayed is activated. |
CloseLocationsDropDownList | The UltraNavigationBar.ExpandedLocation is collapsed; i.e., its dropdown list of child locations is closed. |
ClosePreviousLocationsDropDownList | The dropdown which displays the contents of the UltraNavigationBar.PreviousLocations collection is closed. |
CollapseExpandedLocation | The UltraNavigationBar.ExpandedLocation is collapsed; i.e., its dropdown list of child locations is closed. |
EnterEditMode | Edit mode is entered. |
ExitEditModeCancel | Edit mode is exited, and changes made during the edit mode session are discarded. |
ExitEditModeCommit | Edit 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. |
ExpandActiveLocation | The UltraNavigationBar.ActiveLocation is expanded; i.e., its dropdown list of child locations is displayed. |
OpenPreviousLocationsDropDownList | An edit mode session is initiated, and the dropdown which displays the contents of the UltraNavigationBar.PreviousLocations collection is displayed. |
PageDown | The item on the next logical page is activated. |
PageUp | The item on the previous logical page is activated. |
SelectActiveLocation | The UltraNavigationBar.ActiveLocation is selected; i.e., that location is appended to the navigation path. |
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