在标签页顶部绘制突出显示
我在 Windows 窗体应用程序(C#)中使用 TabControl
,
我想使用 hightlightcolor 在选项卡页标题的顶部绘制突出显示。
http://img4up.com/up2/83871411772596923665.jpg
谢谢
i am using TabControl in my windows form application (c#)
and
i want draw the Highlight over the top of the tabpage headers using hightlightcolor.
http://img4up.com/up2/83871411772596923665.jpg
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我希望这会对您有所帮助。只需在选项卡控件的 OnDrawItem 事件中应用下面提到的代码即可
I hope this will help you. Just apply this below mentioned code in OnDrawItem Event of Tab Control