User Guide
12 Unsupported and Partially Supported Classes
Property summary
The following table lists the properties that are either partially or not supported by the Button
class when using ActionScript for Flash Lite 2.0.
Event summary
The following table lists the event handlers that are partially supported by the Button class
when using ActionScript for Flash Lite 2.0.
Property Description Support
menu
An object that associates a ContextMenu object
with a button.
Not supported
trackAsMenu
A Boolean value that indicates whether other
buttons can receive mouse release events.
Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
useHandCursor
A Boolean value that indicates whether the pointer
appears when the mouse passes over a button.
Not supported
_xmouse
Read-only; the x coordinate of the pointer, relative
to a button instance. Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
_ymouse
Read-only; the y coordinate of the pointer, relative
to a button instance. Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
Event Description Support
onDragOut
Invoked when the mouse button is clicked over
the button and the pointer then dragged outside of
the button.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported