CommandNavigationHelper.GetCommandNavigationOrder(DependencyObject) Method

Definition

Gets the command navigation order for the specified element.

public:
 static int GetCommandNavigationOrder(System::Windows::DependencyObject ^ element);
public static int GetCommandNavigationOrder (System.Windows.DependencyObject element);
static member GetCommandNavigationOrder : System.Windows.DependencyObject -> int
Public Shared Function GetCommandNavigationOrder (element As DependencyObject) As Integer

Parameters

element
DependencyObject

The element.

Returns

The command navigation order.

Applies to