EditingCommands.CorrectSpellingError Eigenschaft

Definition

Stellt den CorrectSpellingError-Befehl dar, mit dem angefordert wird, dass jedes falsch geschriebene Wort an der aktuellen Position korrigiert wird.

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

Eigenschaftswert

RoutedUICommand

Der angeforderte Befehl. Für diesen Befehl gibt es keine Standardtastenkombination.

Hinweise

Es gibt nicht unbedingt eine tatsächliche Implementierung, die auf diesen Befehl für ein bestimmtes Objekt reagiert; In vielen Fällen ist die Implementierung, die auf einen Befehl reagiert, die Verantwortung des Anwendungsautors.

Verwendung von XAML-Attributen

<object property="CorrectSpellingError"/>  

Gilt für

Siehe auch