Hello, is there any way to dynamically change the fill color of a button via scripting? The target is a T7A panel.
Thanks,
Federico
Change button color via scripting
Re: Change button color via scripting
ButtonName.Fill = Color.ColorName;
For example:
Button1.Fill = Color.Red;
would then make Button1 Red.
For example:
Button1.Fill = Color.Red;
would then make Button1 Red.