'Declaration Public Enum UltraNavigationBarStates Inherits System.Enum
public enum UltraNavigationBarStates : System.Enum
Member | Description |
---|---|
ActiveLocationHasDropDownButton | There exists a non-null UltraNavigationBar.ActiveLocation, and the UltraNavigationBarLocationSettings.DropDownButtonVisible property of the associated UltraNavigationBarLocation resolves to true. |
EditorHasText | An edit mode session is in progress, and the editor's CurrentText property returns a non-empty value. |
ExpandedLocationHasSelectedLocation | There exists a non-null UltraNavigationBar.ExpandedLocation, and its dropdown list of child locations contains the UltraNavigationBar.ActiveLocation. |
FirstLocationButtonActive | There exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the first one in the navigation path. |
FirstLocationListItemActive | There exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the first one in the locations dropdown list. |
HasPreviousLocations | The UltraNavigationBar.PreviousLocations collection is not empty. |
HotTracking | The cursor is currently positioned within the bounds of the control. |
InEditMode | The control is currently in edit mode. |
LastLocationButtonActive | There exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the last one in the navigation path. |
LastLocationListItemActive | There exists a non-null UltraNavigationBar.ActiveLocation, and that UltraNavigationBarLocation is the last one in the locations dropdown list. |
LocationActive | There exists a non-null UltraNavigationBar.ActiveLocation. |
LocationExpanded | There exists a non-null UltraNavigationBar.ExpandedLocation. |
None | The control is currently not in any of the defined states. |
PreviousLocationsDropDownHasSelectedItem | The dropdown list which displays the contents of the UltraNavigationBar.PreviousLocations collection is currently being displayed, and a list item is currently selected. |
PreviousLocationsDropDownVisible | The dropdown list which displays the contents of the UltraNavigationBar.PreviousLocations collection is currently being displayed. |
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