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


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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
  • 2022-02-05
  • 2022-12-23
  • 2021-12-19
  • 2021-04-13
猜你喜欢
  • 2021-09-17
  • 2021-08-22
  • 2021-05-15
  • 2021-05-25
  • 2021-04-16
  • 2021-03-31
相关资源
相似解决方案