In WPF need to trap the keys entered in a textblock to keep the user from entering anything but digits,cap letters and navigation keys (Backspace, Arrows, etc).
Thanks!
|
|
|||
|
|
|
First there is a Filtered Text Control available here that does simple masking The simple way is to handle the PreviewTextInput Event with something like this.
|
||
|
|