1 (edited by r00t3d777 2015-04-07 10:51:18)

Topic: How do I change the colors of buttons

How do I change the colors of buttons ?

Delphi code :

 

   ColorButton1.BackColor := clOlive; //background
   ColorButton1.ForeColor := clYelow; //text
   ColorButton1.HoverColor := clNavy; //mouse over


My Visual Database 1.50

Re: How do I change the colors of buttons

It's not supported for standart buttons.

Dmitry.

Re: How do I change the colors of buttons

thanks Dmitry