background color of tabs in tabcontrol

  • Thread starter Thread starter Jean Paul Mertens
  • Start date Start date
J

Jean Paul Mertens

Hello,

Is there a way to change the background color of the tabs in a tabcontrol
(there where the name of the tab is and where you click to change to an
other tab) I don't see any property or member where I can manipulate the
apperance of this region. I changed all mij background but the tabs stay in
gray

tnx

Jean Paul
 
Jean Paul Mertens said:
Is there a way to change the background color of the tabs in a tabcontrol
(there where the name of the tab is and where you click to change to an
other tab) I don't see any property or member where I can manipulate the
apperance of this region. I changed all mij background but the tabs stay
in gray

<URL:http://www.dotnetrix.co.uk/tabcontrols.html>
 
Herfried,

Tnx for info, your completely Owner Drawn TabControl inspired me to rewrite
my own.
There just is a litle risk on an exeption error in your message pump, you
call SelectedIndexChanging(..) without checking if there is someone
subscribed tot the event.

Greetings

Jean Paul
 
Back
Top