SearchPopupNavigationService.SetIsNavigable(FrameworkElement, Boolean) Method

Definition

Sets the IsNavigable property.

public:
 static void SetIsNavigable(System::Windows::FrameworkElement ^ element, bool value);
public static void SetIsNavigable (System.Windows.FrameworkElement element, bool value);
static member SetIsNavigable : System.Windows.FrameworkElement * bool -> unit
Public Shared Sub SetIsNavigable (element As FrameworkElement, value As Boolean)

Parameters

element
FrameworkElement

The element for which to set the flag.

value
Boolean

The value to which the flag is set.

Applies to