The IKeyEventArgs interface contains properties of the argument of the OnKeyDown and OnKeyUp events that occurs when the keys on the active component are pressed or released.
Property name | Brief description | |
Key | The Key property determines a code of the key that was pressed or released. | |
ShiftState | The ShiftState property returns the value that corresponds to the state of auxiliary keys (SHIFT, ALT and CTRL) when the keyboard actions are executed. |
See also: