在flex中,要让一个label应用手型光标如下:
label.useHandCursor = true;
label.mouseChildren = false;
label.buttonMode = true;
本文介绍如何在Flex中为Label元素设置手型光标效果,通过三步操作即可实现:设置useHandCursor属性为true,mouseChildren属性为false,buttonMode属性为true。
在flex中,要让一个label应用手型光标如下:
label.useHandCursor = true;
label.mouseChildren = false;
label.buttonMode = true;
518

被折叠的 条评论
为什么被折叠?