CommandNavigationHelper Class

Definition

Saves and restores elements to be focused after interacting with menus and toolbars.

public ref class CommandNavigationHelper abstract sealed
public ref class CommandNavigationHelper abstract sealed
class CommandNavigationHelper abstract sealed
public static class CommandNavigationHelper
type CommandNavigationHelper = class
Public Class CommandNavigationHelper
Inheritance
CommandNavigationHelper

Fields

CommandFocusModeProperty

Specifies how the control on which it's set is registered with the CommandFocusManager for handling focus restoration and entering menu mode.

CommandNavigationOrderProperty

Allows a control to specify its keyboard navigation cycle order with respect to other command navigable controls. A larger value moves the control later in the cycle list.

IsCommandNavigableProperty

Marks a control as part of the keyboard navigation cycle list for menus/toolbars.

Attached Properties

CommandFocusMode

Specifies the CommandFocusMode.

CommandNavigationOrder

Allows a control to specify its keyboard navigation cycle order with respect to other command navigable controls. A larger value moves the control later in the cycle list.

IsCommandNavigable

Marks a control as part of the keyboard navigation cycle list for menus/toolbars.

Methods

GetCommandFocusMode(DependencyObject)

Gets the command focus mode for the specified element.

GetCommandNavigationOrder(DependencyObject)

Gets the command navigation order for the specified element.

GetIsCommandNavigable(DependencyObject)

Determins whether the command is navigable.

SetCommandFocusMode(DependencyObject, CommandNavigationHelper+CommandFocusMode)

Sets the command focus mode for the element.

SetCommandNavigationOrder(DependencyObject, Int32)

Sets the command navigation order for the specified element.

SetIsCommandNavigable(DependencyObject, Boolean)

Determines whether or not the command is navigable.

Events

CommandFocusModePropertyChanged

Raised when the CommandFocusMode property has changed.

Applies to