Click or drag to resize

OnKeyDownEventArgs Class

Key Down EventArgs
Inheritance Hierarchy

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

The OnKeyDownEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodOnKeyDownEventArgs
Initializes a new instance of the OnKeyDownEventArgs class
Top
Fields
  NameDescription
Public fieldKeyCode
KeyCode
Public fieldPressAlt
Alt Key
Public fieldPressCtrl
Ctrl Key
Public fieldPressShift
Shift Key
Top
See Also