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

适用于

另请参阅