SearchPopupNavigationService Methods

 

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

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.

Return to top
Show: