Dissable Label Font Color...

  • Thread starter Thread starter Chester Ragel
  • Start date Start date
Hi,

How can I change the font color of a dissabled label control?

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.
 
Tx,

Chester.

Tom Porterfield said:
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.
 
Back
Top