How can I change the color of the Tab Page Header, the text that appears on the part of the Tab that is always visible?
A:
Maybe not the most elegant solution but.. Change the DrawMode of the TabControl to OwnerDrawFixed and handle the drawing yourself. Check MSDN for examples.
kyrisu
2010-02-17 01:27:53
Too not elegant plus would require deal with all the other tabs and their text as well. All I want to do is change color of one tab's header.
bochur1
2010-02-17 01:55:02