SearchPopupNavigationService.SetCurrentLocationSetMode Method

Definition

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

public:
 static void SetCurrentLocationSetMode(System::Windows::Controls::Primitives::Popup ^ searchControlPopup, Microsoft::VisualStudio::PlatformUI::CurrentLocationSetMode value);
public static void SetCurrentLocationSetMode (System.Windows.Controls.Primitives.Popup searchControlPopup, Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode value);
static member SetCurrentLocationSetMode : System.Windows.Controls.Primitives.Popup * Microsoft.VisualStudio.PlatformUI.CurrentLocationSetMode -> unit
Public Shared Sub SetCurrentLocationSetMode (searchControlPopup As Popup, value As CurrentLocationSetMode)

Parameters

searchControlPopup
Popup

The popup within which the location is tracked.

value
CurrentLocationSetMode

The value indicating keyboard or mouse.

Applies to