EditingCommands.CorrectSpellingError 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.
Représente la commande CorrectSpellingError qui demande que tout mot mal orthographié à la position actuelle soit corrigé.
public:
static property System::Windows::Input::RoutedUICommand ^ CorrectSpellingError { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand CorrectSpellingError { get; }
member this.CorrectSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CorrectSpellingError As RoutedUICommand
Valeur de propriété
Commande demandée. Cette commande n'a aucun mouvement clé par défaut.
Remarques
Il n’existe pas nécessairement une implémentation réelle qui répond à cette commande sur un objet donné ; dans de nombreux cas, l’implémentation qui répond à une commande est la responsabilité de l’enregistreur d’applications.
Utilisation d'attributs XAML
<object property="CorrectSpellingError"/>