G
Guest
I have a textbox that should allow only numeric input. I have no problem capturing invalid keys but how do I cancel a keyevent? I want to block the input of e.g. any letter, but all of the key properties I find are read-only
Thanks
Thanks