ComponentCommands.MoveFocusDown Property

Definition

Gets the value that represents the Move Focus Down command.

public:
 static property System::Windows::Input::RoutedUICommand ^ MoveFocusDown { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand MoveFocusDown { get; }
static member MoveFocusDown : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property MoveFocusDown As RoutedUICommand

Property Value

The command.

Default Values
Key Gesture Ctrl+Down
UI Text Move Focus Down

Remarks

This command indicates the intention to extend move the focus down.

There is not necessarily an actual implementation responding to the command on any given object; in many cases the implementation in response to that command is the responsibility of the application writer.

XAML Attribute Usage

<object property="MoveFocusDown"/>  

Applies to

See also