Tag Archive for 'iconcolor'

05
Jul

Setting the icon color on a ComboBox control’s dropdown menu in Flex

In a previous example, “Setting the icon color on a ComboBox control in Flex”, we saw how you could set the icon (arrow) color on a Flex ComboBox control by setting the iconColor style.

The following example shows how you can set the icon color of the arrow icons in the Flex ComboBox control’s dropdown menu only without changing the icon color of the ComboBox arrow itself by setting the iconColor style on the ComboBox control’s dropdown property.

Full code after the jump.

Continue reading ‘Setting the icon color on a ComboBox control’s dropdown menu in Flex’

03
Jul

Setting the icon color on a ComboBox control in Flex

The following example shows how you can set the icon (arrow) color on a Flex ComboBox control by setting the iconColor style.

Full code after the jump.

Continue reading ‘Setting the icon color on a ComboBox control in Flex’

16
Dec

Changing the icon color on a DateField control in Flex

The following example shows how you can customize the icon color on the next/previous month/year buttons in a Flex DateField control by setting the iconColor style.

Full code after the jump.

Continue reading ‘Changing the icon color on a DateField control in Flex’

25
Aug

Changing a CheckBox control’s icon color and border color

The following example shows how you can change the CheckBox control’s checkmark icon color and the border color by setting the control’s iconColor and borderColor styles repectively.

Full code after the jump.

Continue reading ‘Changing a CheckBox control’s icon color and border color’