有时候需要强制某个控件,比如标签(Label)强制显示手型光标(hand cursor),一般情况下可以使用useHandCursor = true来控制。?
<mx:Label useHandCursor=”true” />
但是有时候,在某些控件上会不管用,这时可以再设置以下几个属性:
<mx:Label useHandCursor=”true” buttonMode=”true”? mouseChildren=”false” />
不因成就而狂妄、不因失落而气馁、不因欲望而沉重、不因嫉妒而困扰
有时候需要强制某个控件,比如标签(Label)强制显示手型光标(hand cursor),一般情况下可以使用useHandCursor = true来控制。?
<mx:Label useHandCursor=”true” />
但是有时候,在某些控件上会不管用,这时可以再设置以下几个属性:
<mx:Label useHandCursor=”true” buttonMode=”true”? mouseChildren=”false” />
开始在上面输入您的搜索词,然后按回车进行搜索。按ESC取消。