Dissable Label Font Color...

  • Thread starter Thread starter Chester Ragel
  • Start date Start date
C

Chester Ragel

Hi,

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

Chester.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top