flash as2.0 component “scrollpane” 的框如何去掉?

//去掉外框:
myText.setStyle(“borderStyle”,”none”);

//去掉有時會出現在周圍的綠色highlight:
myText.drawFocus = null;

//去掉有時會出現在周圍的綠色highlight(在拖曳的時候):
myText.focusTextField = null;

參考來源:
http://www.kirupa.com/forum/archive/index.php/t-65722.html

 Leave a comment 


 © 2024 - KennyWriter