CommandNavigationHelper::SetCommandNavigationOrder Method (DependencyObject^, Int32)

Visual Studio 2015
 

Sets the command navigation order for the specified element.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

public:
static void SetCommandNavigationOrder(
	DependencyObject^ element,
	int value
)

Parameters

element
Type: System.Windows::DependencyObject^

The element.

value
Type: System::Int32

The command navigation order.

Return to top
Show: