Administrator

Administrator

  • Tech Writer
  • 2.2k
  • 1.5m

change tab color

Feb 25 2003 11:23 AM
I'm trying to change the color of the tab. For instance, I have tabPage1 and tabPage2. The goal is to change the color of the active tab to a certain color, let say BLUE and the inactive tab, GRAY. I've tried the following inside CLICK method.... tabPage1.BackColor = System.Drawing.Color.Blue; But, it doesn't seem to have any effect. Thanks in advance, ada