CommandNavigationHelper.SetCommandFocusMode 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 focus mode for the element.
public:
 static void SetCommandFocusMode(System::Windows::DependencyObject ^ element, Microsoft::VisualStudio::Shell::CommandNavigationHelper::CommandFocusMode value);
	public static void SetCommandFocusMode(System.Windows.DependencyObject element, Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode value);
	static member SetCommandFocusMode : System.Windows.DependencyObject * Microsoft.VisualStudio.Shell.CommandNavigationHelper.CommandFocusMode -> unit
	Public Shared Sub SetCommandFocusMode (element As DependencyObject, value As CommandNavigationHelper.CommandFocusMode)
	Parameters
- element
 - DependencyObject
 
The element.
The command focus mode.