Apache – Flex combobox custom icon

apache-flexcomboboxicons

Trying to set the up and down state icons of a Flex Combobox to images. I see the property for changing the color of the icon, but no property to skin it. How can I do this?

Best Answer

The "properties" are actually styles on ComboBase: upSkin, downSkin, overSkin, disabledSkin.

The default is ComboBoxArrowSkin--take a look at the source code to get more details about overriding or customizing it.