Color

  • Thread starter Thread starter Guest
  • Start date Start date
TabControl.TabPages[<tab page index>].BackColor = <color to set>;

For example, to change the 2nd tab's bg color to blue,
TabControl.TabPages[1].BackColor = Color.Blue;

HTH.

message hi there,

How can i change the back color of tabs in a tab control.

thanks in advance
 
hi siva,

what i mean is different and what you answered is different.
I want to change the back color of tab caption( i mean control heading where
you give friendly name to idetify easily ).
 
Back
Top