ApplicationCommands.CorrectionList 属性

定义

获取表示“更正列表”命令的值。

public:
 static property System::Windows::Input::RoutedUICommand ^ CorrectionList { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand CorrectionList { get; }
static member CorrectionList : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property CorrectionList As RoutedUICommand

属性值

命令。

默认值
键笔势 未定义笔势。
UI 文本 集合列表

注解

此命令指示有意打开更正列表。

更正列表因上下文而异。 例如,使用输入法编辑器 (输入法) 输入的更正列表标识重新转换选项。

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

XAML 属性用法

<object property="CorrectionList"/>  

适用于

另请参阅