CommandNavigationHelper.GetCommandNavigationOrder(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.
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.