I need to be able to control the text color and background color of the tab text (tabpages[i].Text) and cannot seem to understand how to do this. For example I have a TabControl with two tabs. The text on tab1 says "Room 5" and I wish the text color on the first tab to be red and text on the second tab to be green. By setting the TabPages[i].BackColor it does not effect the text on the tab. How do I change just the color of the tab text without the changing the BackColor of the tab itself. I am using the mobile 6.0 framework.
Thank you