In a previous example, “Changing the background color of a disabled List control in Flex”, we saw how you could customize the background color of a disabled Flex List control by setting the backgroundDisabledColor
style.
The following example shows how you can set the label color on a disabled Flex ComboBox control by setting the disabledColor
style.
Full code after the jump.
Continue reading Setting the label color on a disabled List control in Flex