标签: c# winforms colors tabcontrol
我想知道是否有办法在TabControl中获取非活动标签的颜色。对于活动和非活动选项卡,TabPage.BackColor属性返回SystemColors.Window,这是活动(选定)选项卡的颜色。但是,非活动选项卡应返回SystemColors.ButtonFace。
TabControl
TabPage.BackColor
SystemColors.Window
SystemColors.ButtonFace
我问的原因是我不需要在标签上绘制图像,在绘制新图像之前我会尝试删除上一张图像。