Looking for a bit of advice / guidance.
How do I change the text colour within a tab items header / caption?
Currently the options I can think of are :
1. Change the drawmode to OwnerDrawFixed but I would have to draw everything and I like the current style, not sure how much work this would be.
2. Create a WPF user control and use that.
3. Use panels and place them over the tab captions and change the colour of the font within the panel, but then I loose the blue highlight that the tab provides on mouseover.
Purchasing a thirdparty control isn't really an option at the moment.
These are the only options I have found / can think of so far. Does any one have any better ideas?
How do I change the text colour within a tab items header / caption?
Currently the options I can think of are :
1. Change the drawmode to OwnerDrawFixed but I would have to draw everything and I like the current style, not sure how much work this would be.
2. Create a WPF user control and use that.
3. Use panels and place them over the tab captions and change the colour of the font within the panel, but then I loose the blue highlight that the tab provides on mouseover.
Purchasing a thirdparty control isn't really an option at the moment.
These are the only options I have found / can think of so far. Does any one have any better ideas?