SDG Toolkit

SdgKeyEventArgs.KeyData Property

Gets the Keys enumeration of the current key pressed with modifiers such as Alt, Control and Shift

public System.Windows.Forms.Keys KeyData {get; set;}

Remarks

This functin provides you with a list of all the keys currently pressed.

Example

C# Eg. if ((Keys.Shift & e.KeyData) > 0 && (Keys.Right & e.KeyData) > 0) {}

See Also

SdgKeyEventArgs Class | Sdgt Namespace