CommandNavigationHelper.SetCommandNavigationOrder 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.
Sets the command navigation order for the specified element.
public:
 static void SetCommandNavigationOrder(System::Windows::DependencyObject ^ element, int value);
	public static void SetCommandNavigationOrder(System.Windows.DependencyObject element, int value);
	static member SetCommandNavigationOrder : System.Windows.DependencyObject * int -> unit
	Public Shared Sub SetCommandNavigationOrder (element As DependencyObject, value As Integer)
	Parameters
- element
 - DependencyObject
 
The element.
- value
 - Int32
 
The command navigation order.