You could override OnPaint in a derived class and handle drawing the text
string in your override, thus allowing you to use whatever color you wanted
to use.
You could override OnPaint in a derived class and handle drawing the text
string in your override, thus allowing you to use whatever color you wanted
to use.