SearchPopupNavigationService.GetIsCurrentLocation(FrameworkElement) Method

Definition

Gets or sets the flag indicating whether the specified element is the current location.

public:
 static bool GetIsCurrentLocation(System::Windows::FrameworkElement ^ element);
public static bool GetIsCurrentLocation (System.Windows.FrameworkElement element);
static member GetIsCurrentLocation : System.Windows.FrameworkElement -> bool
Public Shared Function GetIsCurrentLocation (element As FrameworkElement) As Boolean

Parameters

element
FrameworkElement

The element to be checked.

Returns

Returns true if the element is the current location; otherwise returns false.

Applies to