EditingCommands.IgnoreSpellingError Propriété

Définition

Représente la commande IgnoreSpellingError qui demande qui toutes instances de mots mal orthographiés à la position actuelle ou dans la sélection actuelle soient ignorées.

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

Valeur de propriété

Commande demandée. Cette commande n'a aucun mouvement clé par défaut.

Remarques

Il n’y a pas nécessairement d’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 de la responsabilité de l’enregistreur d’application.

Utilisation d'attributs XAML

<object property="IgnoreSpellingError"/>  

S’applique à

Voir aussi