Board index » delphi » Re: Changing color of ONE letter on a button

Re: Changing color of ONE letter on a button


2003-07-15 04:00:18 AM
delphi52
"Stacey R. Brodsky" <brodskys@^nospam^bellsouth.net>writes
Quote
Is there a way for me to change the color of just one letter (the
underlined
letter) on a button?
Actually, there's no way for you to change the color of the text at all of
TButton. Look at TJvHTButton instead.
jvcl.sourceforge.net/
Cheers,
Ignacio
 
 

Re: Changing color of ONE letter on a button

I can use a TBitBtn, but does anyone have an example of how to change the
color of only one of the letters on the TBitBtn?
"Kurt Barthelmess (TeamB)" <XXXX@XXXXX.COM>writes
Quote
"Stacey R. Brodsky" <brodskys@^nospam^bellsouth.net>writes:

>Is there a way for me to change the color of just one letter (the
underlined
>letter) on a button?

Use a TBitBtn. Then you can have anything on the face of the button.

Good luck.

Kurt