2个回答
展开全部
有时候需要强制某个控件,比如标签(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
<mx:Label useHandCursor="true" />
但是有时候,在某些控件上会不管用,这时可以再设置以下几个属性:
<mx:Label useHandCursor="true" buttonMode="true" mouseChildren="false" />
原文:http://blog.csdn.net/thinker28754/archive/2009/06/05/4243989.aspx
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询