Infragistics(R) NetAdvantage(R) Windows Forms
UltraNavigationBarAction Enumeration
See Also  E-mail your feedback on this topic.
Infragistics.Win.Misc Namespace : UltraNavigationBarAction Enumeration

Enumeration which contains constants that identify the actions that can be performed on the UltraNavigationBar control.

Syntax

Visual Basic (Declaration) 
Public Enum UltraNavigationBarAction 
   Inherits System.Enum
C# 
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.
EnterEditMode Edit mode is entered.
ExitEditModeCancel Edit 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.
PageDown The item on the next logical page is activated.
PageUp The item on the previous logical page is activated.
SelectActiveLocationThe UltraNavigationBar.ActiveLocation is selected; i.e., that location is appended to the navigation path.

See Also