Mega Code Archive
Categories
/
Flex
/
Components
Globally changes the Button controls color style property
public function initApp(e:Event):void { styleManager.getStyleDeclaration("spark.components.Button").setStyle("color",0x00CCFF); }