VB.Net 清除或重置背景颜色?
如何清除/重置 Windows 应用程序窗体的背景颜色?例如,我有一组单选按钮,每个按钮都会更改背景表单颜色的颜色,当我重置单选按钮时,我还想将表单的颜色重置回原始状态吗?
How do I clear/reset the BackColor of a windows application form? For instance, I have a set of radio buttons, each one changes the color of the background form color, when I reset the radio buttons I would also like to reset the color of the form back to it's original state?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单的方法:
Simple way :
只需设置它 Colors.DefaultBackColor 。
Just set to it Colors.DefaultBackColor.