Tag Archive for 'textselectedcolor'

28
Jul

Setting the label color of a selected item on a List control in Flex

The following example shows how you can set the label color for a selected item in a Flex List control by setting the textSelectedColor style.

Full code after the jump.

Continue reading ‘Setting the label color of a selected item on a List control in Flex’

26
Aug

Changing a Button control’s text color

The following example shows how you can control the Button control’s text color using the color, disabledColor, textRollOverColor, and textSelectedColor styles.

Full code after the jump.

Continue reading ‘Changing a Button control’s text color’