Page 1 of 1

Change button color via scripting

Posted: Tue Sep 16, 2014 5:19 am
by fsturlese
Hello, is there any way to dynamically change the fill color of a button via scripting? The target is a T7A panel.
Thanks,
Federico

Re: Change button color via scripting

Posted: Mon Dec 22, 2014 5:24 pm
by standeven
ButtonName.Fill = Color.ColorName;

For example:

Button1.Fill = Color.Red;

would then make Button1 Red.