For the buttons you have to change the forecolor in the MouseEnter and MouseLeave events.
But be carefull; if you set the FlatStyle of the button to System to show it in xp-style the settings are ignored. (maybe a bug )
The TabControl has a ForeColor property as well, but it does not change the color of the TabControl's Text, but the color of text (like Labels) that are placed on that control.
So, as far as I know there is no possibility to change the color of the tabs text.
To change the color of the page itself, change the BackColor property in the events.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.