Background color of combobox

Is there a way to change the background color of a combo box in as3? I tried

combo1.setStyle(“backgroundColor”, “0xFF0000”);

but it didn’t work!