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입니다.

적용 대상

추가 정보