import flash.text.TextFormat;
var mytextformat:TextFormat=new TextFormat();
mytextformat.size=14;
mycomboBox.textField.setStyle("textFormat",mytextformat);
mycomboBox.dropdown.setRendererStyle("textFormat",mytextformat);
import flash.text.TextFormat;
var mytextformat:TextFormat=new TextFormat();
mytextformat.size=14;
mycomboBox.textField.setStyle("textFormat",mytextformat);
mycomboBox.dropdown.setRendererStyle("textFormat",mytextformat);