开发者

Equivalent in vb.net's MaskedTextBox to cliptext property in vb6's Masked Edit control

开发者 https://www.devze.com 2023-01-03 10:48 出处:网络
I find this property useful but cannot find a direct replacement for 开发者_运维知识库it in vb.net. Is there one? ThanksJust call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals be

I find this property useful but cannot find a direct replacement for 开发者_运维知识库it in vb.net. Is there one? Thanks


Just call maskedTextBox1.TextMaskFormat = MaskFormat.ExcludePromptAndLiterals before you get the text from the Text property.

0

精彩评论

暂无评论...
验证码 换一张
取 消