Page 1 of 1

Changing the color of a check box

Posted: Mon Jun 04, 2012 6:41 pm
by magice
What property would you reference to change the white square portion of a check box? I have played around in the properties and have been unsuccessful in changing that areas color at all.

Re: Changing the color of a check box

Posted: Mon Jun 04, 2012 6:51 pm
by Klaus
Hi Magice,

most user elements like checkboxes, radiobuttons etc. are supplied by the underlying OS and you cannot change them.
Solution: Roll your own 8)


Best

Klaus

Re: Changing the color of a check box

Posted: Mon Jun 04, 2012 6:53 pm
by magice
That is what I was afraid of, Thank you.