Tab Click in VB.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I change the background or foreground color of a tab in a Tab control?
I do't want to change the entire page; just the title of the tab page.
 
See the very first example on my site:
http://www.dotnetrix.co.uk/controls.html --> How to Change the colours of a
Tabcontrols Header Item.

....or use TabControlEx. Set the Tabpage BackColor/ForeColor and the tab will
inherit it (unless Visual styles are in use) or change the
TabColor/SelectedTabColor properties if you want the tabs to have a
different color to its associated TabPage.
 
Back
Top