KeyData Property (KeyEditEventArgs)
In This Topic
Gets the key code for the key that was pressed, combined with modifier flags that indicate which combination of CTRL, SHIFT, and ALT keys were pressed at the same time.
Syntax
'Declaration
Public ReadOnly Property KeyData As Keys
public Keys KeyData {get;}
See Also