现在的位置: 首页 > 综合 > 正文

flex 鼠标变成手型

2013年08月24日 ⁄ 综合 ⁄ 共 228字 ⁄ 字号 评论关闭

比如我要设置当鼠标移动到label,TextInput上时,鼠标形状变成手型
具体代码
<mx:Label text="click me"  
    useHandCursor="true"    
    buttonMode="true"    
    mouseChildren="false"/>
只要设置:
useHandCursor="true"    
    buttonMode="true"    
    mouseChildren="false"
这三个属性就行

抱歉!评论已关闭.