Simple question...is it possible to check the backcolor of an object, like a label for instance?
What I want to do is check if a label's backcolor is green (or some other color) then have something else happen based off the color.
Here is what I tryed, but neither worked...
Code:if label1.backcolor=color.green then 'stuff goes here end ifCode:if label1.backcolor.green then 'stuff goes here end if




Reply With Quote
