ComponentCommands.ExtendSelectionRight Propiedad

Definición

Obtiene el valor que representa el comando Ampliar selección hacia la derecha.

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

Valor de propiedad

El comando.

Valores predeterminados
Gesto de tecla Mayús+Flecha derecha
Texto de interfaz de usuario Ampliar selección hacia la derecha

Comentarios

Este comando indica la intención de extender la selección a la derecha.

No hay necesariamente una implementación real que responda al comando en cualquier objeto determinado; en muchos casos, la implementación en respuesta a ese comando es responsabilidad del escritor de aplicaciones.

Uso de atributos XAML

<object property="ExtendSelectionRight"/>  

Se aplica a

Consulte también