SearchPopupNavigationService.SetCurrentLocationSetMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.