ControlName_KeyDown ( keyCode, shift)
Occurs when you press any key while the control has the input focus.
keyCode As Integer
[In/Out] Specifies the virtual key code of the key you press. It can be any one of the KeyCodes constants.
shift As Integer
[In] Specifies the state of the Shift, Ctrl, and Alt keys. It can be any combination of the KeyModifiers constants.