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 属性用法

<object property="CorrectSpellingError"/>  

适用于

另请参阅