EditingCommands.CorrectSpellingError Propriété

Définition

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é

RoutedUICommand

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"/>  

S’applique à

Voir aussi