Changing the color on a EpiButton

I have used that for epiShapes, I didn’t think that worked for EpiButtons!

 

Tom Christie |  Information Technology Manager  |  AGM Container Controls, Inc.  |   tchristie@...  | t: 520.881.2130 ext 2176

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of dsawan@...
Sent: Tuesday, December 24, 2013 5:42 AM
To: vantage@yahoogroups.com
Subject: [Vantage] RE: Changing the color on a EpiButton

 

 

Tom,

Try changing the Style setting in an on click event.

epiShape.Status = StatusTypes.Stop;

StatusType.OK: Green
StatusType.Warning: Yellow
StatusType.Stop: Red
StatusType.Global: Blue

Anyone know how to change the color of a EpiButton? I have a bunch of buttons and I want to change the color of one when it is clicked.

 

Regards,

 

Tom Christie |  Information Technology Manager  |  AGM Container Controls, Inc.  |   tchristie@...  | t: 520.881.2130 ext 2176

 

Tom,

Try changing the Style setting in an on click event.

epiShape.Status = StatusTypes.Stop;

StatusType.OK: Green
StatusType.Warning: Yellow
StatusType.Stop: Red
StatusType.Global: Blue