Changing the color of a check box
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Changing the color of a check box
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
Hi Magice,
most user elements like checkboxes, radiobuttons etc. are supplied by the underlying OS and you cannot change them.
Solution: Roll your own
Best
Klaus
most user elements like checkboxes, radiobuttons etc. are supplied by the underlying OS and you cannot change them.
Solution: Roll your own

Best
Klaus
Re: Changing the color of a check box
That is what I was afraid of, Thank you.