A Boolean value indicating whether the menu item at the specified index is enabled
boolean
(
) or not (
true
false
Returns
Nothing.
Description
Method; enables the menu at the specified index. If there is no menu at that index, calling this
method has no effect.
Example
The following example enables the item at index 3 in the MenuBar object
myMenuBar.setMenuEnabledAt(3, true);
).
MenuBar component (Flash Professional only)
:
myMenuBar
587
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?