views:

241

answers:

1

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
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