Property KeyData
KeyData
Gets the key data for a KeyDown event. Contains key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys was pressed at the same time.
public virtual Keys KeyData { get; }