I want to clear my maskEditboxes of it contents but not the formatting. I tried using maskEditBox1.cliptext="", but that property is only available in design-time.
txtDate.Mask = "" 'Clears the mask
txtDate.Text = "" 'Clears the text
txtDate.Mask = "##/##/####" 'sets the mask back again
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.