M
Mike M
I am trying to detect the keydown of the arrow keys in a
custom control that I am writing. As far as I can tell,
pressing the arrow keys does not fire the KeyDown event
at all. It behaves just like the tab key, passing focus
to the next control in the tab order. The only events
that fire are in the lost focus sequence (leave,
validating, validated, etc.) Any ideas?
custom control that I am writing. As far as I can tell,
pressing the arrow keys does not fire the KeyDown event
at all. It behaves just like the tab key, passing focus
to the next control in the tab order. The only events
that fire are in the lost focus sequence (leave,
validating, validated, etc.) Any ideas?