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