D
**Developer**
I believe in the KeyDown event if I set e.Handled = True the character is
ignored and none of the other keyboard events or overrides will be called.
Is that true?
If in OnKeyDown I want to do the equivalent of setting e.Handled = True in
the KeyDown event, how do I do that?
Thanks in advance for any info
ignored and none of the other keyboard events or overrides will be called.
Is that true?
If in OnKeyDown I want to do the equivalent of setting e.Handled = True in
the KeyDown event, how do I do that?
Thanks in advance for any info