C# 蒙版文本框边框
当用户输入不正确的值时,我想在屏蔽文本框周围显示红色边框,但屏蔽文本框没有边框设置。有人对此有任何解决方法吗?
一如既往,感谢您的帮助。
I'd like to display a red border around my masked text box when the user enters incorrect values, but there isn't a border setting for a masked text box. Does anyone have any workarounds for this?
As always, thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将文本框放入面板中并设置面板边框,并将文本框的 Dock 设置为 Fill。
Put the textbox inside a panel and set the border of the panel, and set the Dock of the textbox to Fill.