Click or drag to resize

KeysDownEventArgs Class

키보드 다운 EventArgs
Inheritance Hierarchy

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class KeysDownEventArgs : EventArgs

The KeysDownEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeysDownEventArgs
Initializes a new instance of the KeysDownEventArgs class
Top
Fields
  NameDescription
Public fieldKey
키 코드
Public fieldPressCtrl
Ctrl 키 상태
Public fieldPressShift
Shift 키 상태
Top
See Also