ComponentCommands.ExtendSelectionLeft Propriété

Définition

Obtient la valeur qui représente la commande Étendre la sélection vers la gauche.

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

Valeur de propriété

Commande.

Valeurs par défaut
Combinaison de touches Maj+Gauche
Texte d'interface utilisateur Étendre la sélection vers la gauche

Remarques

Cette commande indique l’intention d’étendre la sélection à gauche.

Il n’y a pas nécessairement d’implémentation réelle répondant à la commande sur un objet donné ; dans de nombreux cas, l’implémentation en réponse à cette commande est de la responsabilité de l’enregistreur d’application.

Utilisation d'attributs XAML

<object property="ExtendSelectionLeft"/>  

S’applique à

Voir aussi