User Guide

MenuDataProvider.removeMenuItem() 941
MenuDataProvider.removeMenuItem()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myMenuDataProvider.removeMenuItem()
Returns
A reference to the removed Menu item (XML node); undefined if an error occurs.
Description
Method; removes the target item and any child nodes.
Any node or menu item in a MenuDataProvider instance can call the methods of the
MenuDataProvider class.
Example
The following example creates a menu with three menu items and, after an interval of a
couple of seconds (2000 milliseconds), calls
removeMenuItem() to remove the first
menu item.