Discussion:
how to set a button's background color?
(too old to reply)
ari
2003-12-17 02:46:31 UTC
Permalink
hi all,
is there a easy way to set a button's(or bitbtn, or speedbutton)
background color?

regards,
ari
Kurt Barthelmess (TeamB)
2003-12-17 10:43:57 UTC
Permalink
Post by ari
is there a easy way to set a button's(or bitbtn, or speedbutton)
background color?
The color is taken from the user's setting of color schemes. You can
use a TBitBtn and achieve the effect you want.

Good luck.

Kurt
ari
2003-12-24 01:59:25 UTC
Permalink
Post by Kurt Barthelmess (TeamB)
Post by ari
is there a easy way to set a button's(or bitbtn, or speedbutton)
background color?
The color is taken from the user's setting of color schemes. You can
use a TBitBtn and achieve the effect you want.
Good luck.
Kurt
ari
2003-12-25 01:43:42 UTC
Permalink
to Kurt Barthelmess,
Can you tell me some more details, I still don't know how to do this
with the TBitbtn!

regard,
Ari
Kurt Barthelmess (TeamB)
2003-12-31 16:10:30 UTC
Permalink
Post by ari
Can you tell me some more details, I still don't know how to do this
with the TBitbtn!
A TBitBtn uses a bitmap that you provide for its surface. Provide a
bitmap that matches your color preferences.

Good luck.

Kurt

Loading...