KeyEventArgs.SystemKey プロパティ

定義

キーがシステムによって処理される場合、イベントで参照されるキーボード キーを取得します。

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

プロパティ値

Key

イベントが参照する Key

適用対象

こちらもご覧ください