Regarding tab control...

  • Thread starter Thread starter Girish NS
  • Start date Start date
G

Girish NS

Hi,

Is it possible to change the background color of buttons in the tabcontrol?
I have set a custom background color for all the tab pages in the tab
control and I want the same color for tab buttons also.

Thanks,

Girish
 
I think not.
You must set OwnerDraw property of the tabcontrol to true, and do yourself
the drawing of the buttons in order to achieve this.

Hope this helps
Dan Cimpoiesu
 
Thank you

Girish.
Dan Cimpoiesu said:
I think not.
You must set OwnerDraw property of the tabcontrol to true, and do yourself
the drawing of the buttons in order to achieve this.

Hope this helps
Dan Cimpoiesu
 

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

Back
Top