Pakket | mx.controls |
Interface | public interface IFlexContextMenu |
Geïmplementeerd door | FlexNativeMenu |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Sets the context menu of an InteractiveObject. | IFlexContextMenu | ||
Unsets the context menu of a InteractiveObject. | IFlexContextMenu |
Methodedetails
setContextMenu | () | methode |
public function setContextMenu(component:InteractiveObject):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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 | () | methode |
public function unsetContextMenu(component:InteractiveObject):void
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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
|
Wed Jun 13 2018, 11:42 AM Z