`
yunzhongxia
  • 浏览: 640182 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

设置TitleWindow的closeButton的mode

 
阅读更多

      默认情况下,TitleWindow的closeButton的mode是false的,但是如果想设置mode为true,那么在TitleWindow中如何访问closeButton呢?

     在spark的TitleWindow中提供了closeButton属性,但是在mx中没有提供该属性。

     mx中可以通过mx_internal访问到closeButton。

   

var btn:Button = titleWindow.mx_internal::closeButton;

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics