I'm using the WPF Extended Toolkit, and I want to know if it's possible to hide the mask, and then while the user is typing, the MaskedTextBox starts to mask the text.
The default settings is to show the mask as text. For example, mask is
(99)999-9999
the default text will be:
(__)___-____
I want blank text, like a javascript mask.
Edit:
I already tried changing ClipboardMaskFormat to "ExcludePromptAndLiterals" and "HidePromptOnLeave" to true, but doesn't work.