WinForms MaskedTextBox 接受某些字符
我有一个接受字母数字字符的 MaskedTextBox,但我也想接受括号“()”。如何更改掩码以也接受括号?
I have a MaskedTextBox that accepts alpha numeric chars but I also want to accept brackets "()". How can I change the mask to accepts brackets also?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅类似问题的答案:
如何在 C# 中将正则表达式设置为 MaskedTextBox 的掩码?
See this answer to a similar question:
How to set Regex Expression as the Mask for a MaskedTextBox in C#?
您可以简单地将这行代码放入表单构造函数中:
You can simply put this line of code into form constructor: