background color of tabs in tabcontrol

  • Thread starter Jean Paul Mertens
  • 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
 
H

Herfried K. Wagner [MVP]

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

Jean Paul Mertens

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top