Setting a default skin for a custom component in Flex 4

Viewed 9401

How do you set the default value of skinClass for a custom component in Flex? I've extended the DropDownList with my custom component, but I would like to specify a default skin to go with it instead of always setting the skinClass value for each instance.

1 Answers
Related