This seems like a simple question, but I've been racking my brains trying to figure out how to do it.

As some of you may know from helping me before, my program adds tabpages to a tabcontrol at runtime. Certain tabpages are more important than others and my users were wondering if I could implement some kind of color-coding scheme for the text on the tab. For instance, a tab with the text "1MGH" would be red. "2TRG" and "2TCG" would be green, etc.

I can't figure out how to do this at design time, much less runtime.

I have been able to make them all bold by setting the tabcontrol font property at designtime, but if I try to play with it at runtime, it says it is a read only property.

Any ideas?