`

如何强制Flex控件显示手型光标(hand cursor)

    博客分类:
  • FLEX
阅读更多
有时候需要强制某个控件,比如标签(Label)强制显示手型光标(hand cursor),一般情况下可以使用useHandCursor = true来控制。

<mx:Label useHandCursor="true" />

但是有时候,在某些控件上会不管用,这时可以再设置以下几个属性:

<mx:Label useHandCursor="true" buttonMode="true"  mouseChildren="false" />

原文:http://blog.csdn.net/thinker28754/archive/2009/06/05/4243989.aspx
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics