KeyEventArgs.ImeProcessedKey 屬性

定義

如果該鍵會被輸入法編輯器(IME)處理,則取得事件所參考的鍵盤鍵。

public:
 property System::Windows::Input::Key ImeProcessedKey { System::Windows::Input::Key get(); };
public System.Windows.Input.Key ImeProcessedKey { get; }
member this.ImeProcessedKey : System.Windows.Input.Key
Public ReadOnly Property ImeProcessedKey As Key

屬性值

Key

事件中提到的。Key

適用於

另請參閱