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