EditingCommands.CorrectSpellingError Egenskap

Definition

CorrectSpellingError Representerar kommandot som begär att alla felstavade ord i den aktuella positionen korrigeras.

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

Egenskapsvärde

Det begärda kommandot. Det här kommandot har ingen standardnyckelgest.

Kommentarer

Det finns inte nödvändigtvis en faktisk implementering som svarar på det här kommandot på ett visst objekt. I många fall är implementeringen som svarar på ett kommando programskrivarens ansvar.

XAML-attributanvändning

<object property="CorrectSpellingError"/>

Gäller för

Se även