SDG Toolkit

SdgKeyEventArgs Properties

The properties of the SdgKeyEventArgs class are listed below. For a complete list of SdgKeyEventArgs class members, see the SdgKeyEventArgs Members topic.

Public Instance Properties

AltGets a boolean value representing the current state of the Alt key
ControlGets a boolean value representing the current state of the Control key
HandledGets a boolean value describing if this event has been handled by another component
IDGets the ID of the keyboard which raised this event
KeyCodeGets the Keys enumeration of the current key pressed without modifiers such as Alt, Control and Shift
KeyDataGets the Keys enumeration of the current key pressed with modifiers such as Alt, Control and Shift
KeyValueGets a numeric value representing the acsii character of the key pressed
ModifiersReturns a Keys enumeration of all the modifiers used (such as Alt, Control and Shift) in the key event
ShiftGets a boolean value representing the current state of the Shift key

See Also

SdgKeyEventArgs Class | Sdgt Namespace