SearchPopupNavigationService.SetIsNavigable(FrameworkElement, Boolean) 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 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.