SDG Toolkit

SdgKeyEventArgs Members

SdgKeyEventArgs overview

Public Instance Constructors

SdgKeyEventArgs Constructor The Default Constructor for the key up and down event arguments

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

Public Instance Methods

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.

Protected Instance Methods

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.

See Also

SdgKeyEventArgs Class | Sdgt Namespace