Change label BackColor in visualbasic

1.9k views Asked by At

I'm working on an Epicor customization made on VB and I'm having problems changing a label backcolor. I want to change it to red, for example, depending on an event but it does nothing. The code I'm using is just like this..

label.BackColor = Color.Red

Any ideas? Am I missing something or is there any other way to change color? I've already tried with Color.FromRGB method but doesn't work.. Thanks in advance!

0

There are 0 answers