KeyDown Event

See Also    Examples    Applies To

Occur when the user releases a key while an object has the focus.

Event KeyDown(keycode As Integer, shift As Integer)

ctl_KeyDown(keycode, shift)

See VB Documentation.