SearchPopupNavigationService Class

 

Provides navigation support and tracking of the current location, at one the navigable child controls, in a search control’s popup.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.PlatformUI.SearchPopupNavigationService

public static class SearchPopupNavigationService

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticCurrentLocation

Gets or sets the current navigation location within this popup.

System_CAPS_pubpropertySystem_CAPS_staticCurrentLocationSetMode

Gets or sets the property that tracks whether the CurrentLocation was last changed by keyboard or by mouse.

System_CAPS_pubpropertySystem_CAPS_staticIsCurrentLocation

Gets or sets the flag indicating whether this element is the current location.

System_CAPS_pubpropertySystem_CAPS_staticIsNavigable

Gets or sets the flag indicating whether it is possible to navigate to this element.

System_CAPS_pubpropertySystem_CAPS_staticIsNavigationEnabled

Gets or sets the flag indicating whether navigation is enabled on this popup.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetCurrentLocation(Popup)

Gets the current navigation location in a search control’s popup when the popup is open.

System_CAPS_pubmethodSystem_CAPS_staticGetCurrentLocationSetMode(Popup)

Obtains the value tracking whether the CurrentLocation was last changed by keyboard or by mouse.

System_CAPS_pubmethodSystem_CAPS_staticGetIsCurrentLocation(FrameworkElement)

Gets or sets the flag indicating whether the specified element is the current location.

System_CAPS_pubmethodSystem_CAPS_staticGetIsNavigable(FrameworkElement)

Gets or sets the flag indicating whether it is possible to navigate to the specified element.

System_CAPS_pubmethodSystem_CAPS_staticGetIsNavigationEnabled(Popup)

Gets the flag indicating whether navigation is enabled on the specified popup.

System_CAPS_pubmethodSystem_CAPS_staticSetCurrentLocation(Popup, FrameworkElement)

Sets the current navigation location in a search control’s popup when the popup is open.

System_CAPS_pubmethodSystem_CAPS_staticSetCurrentLocationSetMode(Popup, CurrentLocationSetMode)

Sets the value which tracks whether the CurrentLocation was last changed by keyboard or by mouse.

System_CAPS_pubmethodSystem_CAPS_staticSetIsCurrentLocation(FrameworkElement, Boolean)

Sets the flag indicating whether the specified element is the current location.

System_CAPS_pubmethodSystem_CAPS_staticSetIsNavigable(FrameworkElement, Boolean)

Sets the IsNavigable property.

System_CAPS_pubmethodSystem_CAPS_staticSetIsNavigationEnabled(Popup, Boolean)

Sets the flag indicating whether navigation is enabled on the popup.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCurrentLocationProperty

The current navigation location within the popup.

System_CAPS_pubfieldSystem_CAPS_staticCurrentLocationSetModeProperty

A property tracking how the CurrentLocation was last changed, typically by keyboard or by mouse.

System_CAPS_pubfieldSystem_CAPS_staticIsCurrentLocationProperty

A flag indicating whether this element is the current location.

System_CAPS_pubfieldSystem_CAPS_staticIsNavigableProperty

A flag indicating whether it is possible to navigate to this element.

System_CAPS_pubfieldSystem_CAPS_staticIsNavigationEnabledProperty

A flag indicating whether navigation is enabled on this popup.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: