SearchPopupNavigationService.GetIsNavigable(FrameworkElement) Method

Definition

Gets or sets the flag indicating whether it is possible to navigate to the specified element.

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

Parameters

element
FrameworkElement

The element to be checked.

Returns

Returns true if it is possible to navigate to the element; otherwise returns false.

Applies to