小小菜鸟的web菜园子

web开发学习。好记性不如烂笔头。每天进步一点点!

导航

在AS3中设置ComboBox组件的字体大小

import flash.text.TextFormat;
var mytextformat:TextFormat=new TextFormat();
mytextformat.size=14;


mycomboBox.textField.setStyle("textFormat",mytextformat);
mycomboBox.dropdown.setRendererStyle("textFormat",mytextformat);

posted on 2009-07-15 13:16  『小小菜鸟』  阅读(1254)  评论(0编辑  收藏  举报