ApplicationCommands.SelectAll Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la valeur qui représente la commande Sélectionner tout (Select All).
public:
static property System::Windows::Input::RoutedUICommand ^ SelectAll { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand SelectAll { get; }
static member SelectAll : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property SelectAll As RoutedUICommand
Valeur de propriété
Commande.
Valeurs par défaut | |
---|---|
Combinaison de touches | Ctrl+A |
Texte d'interface utilisateur | Tout sélectionner |
Remarques
Cette commande indique l’intention de sélectionner tous les éléments.
Il n’existe pas nécessairement d’implémentation pour la commande sur un objet donné ; dans de nombreux cas, l’implémentation de la commande relève de la responsabilité de l’enregistreur d’application.
Utilisation d'attributs XAML
<object property="SelectAll"/>