Version 24.2 (latest)

KeyEventArgs Class Properties

For a list of all members of this type, see KeyEventArgs members.

Public Properties
 NameDescription
Public PropertyAltGets a value indicating whether the ALT key was pressed.  
Public PropertyCtrlGets a value indicating whether the CTRL key was pressed.  
Public PropertyDefaultPrevented  
Public PropertyKeyCodeGets the keyboard code for a KeyDown or KeyUp event.  
Public PropertyModifiersGets the modifier flags for a KeyDown or KeyUp event. The flags indicate which combination of CTRL, SHIFT, and ALT keys was pressed.  
Public PropertyOriginalEvent  
Public PropertyShiftGets a value indicating whether the SHIFT key was pressed.  
See Also