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