D
**Developer**
How do I know if the value in a KeyEventArgs is printable?
Basicacally, in KeyUp I'd like to know if the character is printable, as
opposed to say, a backspace.
I suppose I could check KeyValue against some integers which I could get
from an ASCII table.
Isn't there a better way?
Thanks
Basicacally, in KeyUp I'd like to know if the character is printable, as
opposed to say, a backspace.
I suppose I could check KeyValue against some integers which I could get
from an ASCII table.
Isn't there a better way?
Thanks