EditingCommands.CorrectSpellingError 属性

定义

表示 CorrectSpellingError 命令,该命令请求更正当前位置的任何拼写错误的单词。

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

属性值

请求的命令。 此命令没有默认键手势。

注解

不一定是任何给定对象上响应此命令的实际实现;在许多情况下,响应命令的实现由应用程序编写器负责。

XAML 属性用法

<object property="CorrectSpellingError"/>

适用于

另请参阅