KeyDown

Phylum

Centurion
Joined
Jun 20, 2003
Messages
105
Location
Canada
Is there a way to block characters in the keydown event?
I can do it in the keypress event by setting "e.handled = true". This dosen't seem to work in the keydown event.
 
I don't think the KeyDown event does anything by default anyway... there is no reason to set e.handled = true.

What is it you want to do?
 
Back
Top