Mega Code Archive
Categories
/
Flex
/
Components
Set button color to red with setStyle
private function initializeHandler(event:Event):void { button.setStyle("color", "red"); }