0

I created tab control in windows application. for background color I gave following code tabPage_from.BackColor = Color.FromArgb(230, 247, 254);

in this color set for tab page only. How I set back color for tab header?

2 Answers2

0

You have to create a custom tab control. This is a good sample to do it.

Ghasem
  • 14,455
  • 21
  • 138
  • 171
0

Look at the following links.

Set TabPage Header Color

http://dotnetrix.co.uk/tabcontrol.htm

Community
  • 1
  • 1
kakkarot
  • 478
  • 1
  • 9
  • 24