Gets the Keys enumeration of the current key pressed with modifiers such as Alt, Control and Shift
This functin provides you with a list of all the keys currently pressed.
C# Eg. if ((Keys.Shift & e.KeyData) > 0 && (Keys.Right & e.KeyData) > 0) {}
SdgKeyEventArgs Class | Sdgt Namespace