vb.net - 从选项卡控件/编辑控件模板中删除边框
我试图弄清楚如何从选项卡控件中删除边框。我能找到的最接近的是以下链接,但我不知道如何将其添加到我的 vb.net 表单中。
http://www.codeguru.com/forum/showthread.php?t=475481
有人可以帮我吗?
I'm trying to figure out how to remove a border from a tab control. The closest thing I can find is the following link but I don't know how to add this to my vb.net form.
http://www.codeguru.com/forum/showthread.php?t=475481
Can someone help me out?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
(作为答案发布,以便您可以完成此问题)
尝试将“外观”设置为“按钮”或“平面按钮”,看看是否能提供您想要的外观。
(Posting as an answer so you can complete this one)
Try setting the Appearance to Buttons or FlatButtons and see if that gives you the look you want.