CommandNavigationHelper.GetIsCommandNavigable(DependencyObject) Method

Definition

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.

Applies to