EditingCommands.CorrectSpellingError Propriété

Définition

Représente la CorrectSpellingError commande, 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; }
static member CorrectSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CorrectSpellingError As RoutedUICommand

Valeur de propriété

Commande demandée. Cette commande n’a pas de mouvement de 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’application.

Utilisation des attributs XAML

<object property="CorrectSpellingError"/>

S’applique à

Voir aussi