EditingCommands.CorrectSpellingError 屬性

定義

表示 CorrectSpellingError 命令,這個命令會要求更正目前位置上任何拼錯的字。

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

屬性值

RoutedUICommand

所要求的命令。 這個命令沒有預設按鍵動作。

備註

在任何指定的 物件上,不一定有回應此命令的實際實作;在許多情況下,回應命令的實作是應用程式寫入器的責任。

XAML Attribute Usage

<object property="CorrectSpellingError"/>  

適用於

另請參閱