CommandNavigationHelper.GetIsCommandNavigable(DependencyObject) 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.
Determins whether the command is navigable.
public:
static bool GetIsCommandNavigable(System::Windows::DependencyObject ^ element);
public static bool GetIsCommandNavigable (System.Windows.DependencyObject element);
static member GetIsCommandNavigable : System.Windows.DependencyObject -> bool
Public Shared Function GetIsCommandNavigable (element As DependencyObject) As Boolean
Parameters
- element
- DependencyObject
The element.
Returns
True if the command is navigable, otherwise false.