SearchPopupNavigationService.GetIsNavigable(FrameworkElement) 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.
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
.