CommandNavigationHelper Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetCommandFocusMode(DependencyObject^)

Gets the command focus mode for the specified element.

System_CAPS_pubmethodSystem_CAPS_staticGetCommandNavigationOrder(DependencyObject^)

Gets the command navigation order for the specified element.

System_CAPS_pubmethodSystem_CAPS_staticGetIsCommandNavigable(DependencyObject^)

Determins whether the command is navigable.

System_CAPS_pubmethodSystem_CAPS_staticSetCommandFocusMode(DependencyObject^, CommandNavigationHelper::CommandFocusMode)

Sets the command focus mode for the element.

System_CAPS_pubmethodSystem_CAPS_staticSetCommandNavigationOrder(DependencyObject^, Int32)

Sets the command navigation order for the specified element.

System_CAPS_pubmethodSystem_CAPS_staticSetIsCommandNavigable(DependencyObject^, Boolean)

Determines whether or not the command is navigable.

Return to top
Show: