SearchPopupNavigationService.SetCurrentLocation Method

Definition

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

public:
 static void SetCurrentLocation(System::Windows::Controls::Primitives::Popup ^ searchControlPopup, System::Windows::FrameworkElement ^ value);
public static void SetCurrentLocation (System.Windows.Controls.Primitives.Popup searchControlPopup, System.Windows.FrameworkElement value);
static member SetCurrentLocation : System.Windows.Controls.Primitives.Popup * System.Windows.FrameworkElement -> unit
Public Shared Sub SetCurrentLocation (searchControlPopup As Popup, value As FrameworkElement)

Parameters

searchControlPopup
Popup

The search control’s popup within which to set location.

value
FrameworkElement

The element to set to the current location.

Applies to