Package | mx.controls |
Interface | public interface IFlexContextMenu |
Implementors | FlexNativeMenu |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Methods
Method | Defined By | ||
---|---|---|---|
Sets the context menu of an InteractiveObject. | IFlexContextMenu | ||
Unsets the context menu of a InteractiveObject. | IFlexContextMenu |
Method Detail
setContextMenu | () | method |
public function setContextMenu(component:InteractiveObject):void
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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
component:InteractiveObject — InteractiveObject to set context menu on
|
unsetContextMenu | () | method |
public function unsetContextMenu(component:InteractiveObject):void
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
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
component:InteractiveObject — InteractiveObject to unset context menu on
|
Thu Dec 6 2018, 01:12 PM -08:00