Share via


ApplicationCommands.CorrectionList 屬性

定義

取得表示 Correction List 命令的值。

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 Attribute Usage

<object property="CorrectionList"/>  

適用於

另請參閱