Archive for September 7th, 2008

07
Sep

Removing the hand cursor from a disabled LinkButton control in Flex

The following example shows how you can remove the hand cursor from the a Flex LinkButton control by extending the LinkButton class, overriding the enabled setter function, and setting the useHandCursor property.

Full code after the jump.

Continue reading ‘Removing the hand cursor from a disabled LinkButton control in Flex’