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 引用的。

适用于

另请参阅