Because the color of the background image in my application is very dark, and the Alpha is very low, when I hover my mouse over a checkbox, the text is scarcely visible. I've scoured the interwebz in vain for what property to set, either at design-time or in the MouseOver event for the checkbox and just can't figure out what property or setStyle property to alter to be able to control the color of the checkbox text when the mouse pointer is hovering over it. Does anyone have any exp开发者_如何学Pythonerience in this area, who could point me in the right direction please?
Are you looking for textRollOverColor
?
The Flex style explorer is a good resource for this sort of thing. See the "Form Elements" category for checkboxes.
精彩评论