EditingCommands.CorrectSpellingError 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 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"/>