SdgKeyEventArgs Constructor
|
The Default Constructor for the key up and down event arguments |
Alt | Gets a boolean value representing the current state of the Alt key |
Control | Gets a boolean value representing the current state of the Control key |
Handled | Gets a boolean value describing if this event has been handled by another component |
ID | Gets the ID of the keyboard which raised this event |
KeyCode | Gets the Keys enumeration of the current key pressed without modifiers such as Alt, Control and Shift |
KeyData | Gets the Keys enumeration of the current key pressed with modifiers such as Alt, Control and Shift |
KeyValue | Gets a numeric value representing the acsii character of the key pressed |
Modifiers | Returns a Keys enumeration of all the modifiers used (such as Alt, Control and Shift) in the key event |
Shift | Gets a boolean value representing the current state of the Shift key |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |