Changing color of SSTab
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I have a SSTab component on my form. I want to change the color of it to white with black font on it. If I change the 'BackColor' to 'White', the back screen changes but not the color of the tabs. Can anyone please tell me how do I change the color of the tabs on the SSTab component?
-
I have a SSTab component on my form. I want to change the color of it to white with black font on it. If I change the 'BackColor' to 'White', the back screen changes but not the color of the tabs. Can anyone please tell me how do I change the color of the tabs on the SSTab component?
Hi, You can try:
tabcontrol.TabPages(0).BackColor = somecolor
My advice is free, and you may get what you paid for.