SearchPopupNavigationService.SetCurrentLocation 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 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.