您的位置:首页 > 其它

flex鼠标移到某组件鼠标的形状变成手型

2009-11-27 17:17 337 查看
比如我要设置当鼠标移动到label上时,鼠标形状变成手型

具体代码

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

只要设置:

useHandCursor="true"
buttonMode="true"
mouseChildren="false"

这三个属性就行了!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: