Mega Code Archive
Categories
/
Flex
/
Components
Apply a style to ToolTip type selector with the setStyle()
import mx.styles.StyleManager; private function setToolTipStyle():void { StyleManager.getStyleDeclaration("ToolTip").setStyle("backgroundColor","#33CC99"); }