Results 1 to 6 of 6

Thread: [RESOLVED] Check backcolor color of object

Threaded View

  1. #1

    Thread Starter
    Member Shadow45o's Avatar
    Join Date
    Sep 2008
    Posts
    51

    Resolved [RESOLVED] Check backcolor color of object

    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 if
    Code:
    if label1.backcolor.green then
    'stuff goes here
    end if
    Last edited by Shadow45o; May 23rd, 2009 at 12:53 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width