KeyCode Property
The physical key pressed, independent of the character created.
Remarks
For example, the A Key is returned whether the character produced is "A" or "a".

C# Syntax

public int KeyCode {get;}