Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
The IFlexContextMenu interface defines the interface for a
Flex context menus.
public function setContextMenu(component:InteractiveObject):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Sets the context menu of an InteractiveObject. This will do
all the necessary steps to add the InteractiveObject as the context
menu for this InteractiveObject, such as adding listeners, etc..
Parameters
public function unsetContextMenu(component:InteractiveObject):void
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Unsets the context menu of a InteractiveObject. This will do
all the necessary steps to remove the InteractiveObject as the context
menu for this InteractiveObject, such as removing listeners, etc..
Parameters
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00