SearchPopupNavigationService.GetCurrentLocationSetMode(Popup) Method

Definition

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

public:
 static Microsoft::VisualStudio::PlatformUI::CurrentLocationSetMode GetCurrentLocationSetMode(System::Windows::Controls::Primitives::Popup ^ searchControlPopup);
public static Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode GetCurrentLocationSetMode (System.Windows.Controls.Primitives.Popup searchControlPopup);
static member GetCurrentLocationSetMode : System.Windows.Controls.Primitives.Popup -> Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode
Public Shared Function GetCurrentLocationSetMode (searchControlPopup As Popup) As CurrentLocationSetMode

Parameters

searchControlPopup
Popup

The popup within which the location is tracked.

Returns

Returns the CurrentLocationSetMode value.

Applies to