I couldn't find a property for a tab control's color. Is there a trick to changing it? I know if your computer's 'control' color is altered, that will change it but that isn't practical.
Printable View
I couldn't find a property for a tab control's color. Is there a trick to changing it? I know if your computer's 'control' color is altered, that will change it but that isn't practical.
tab control does not provide a colour property.
you can derive your own from it and override the paint event
where can I get more info on how to make custom controls? That's an area I have ZERO experience so far :bigyello: