Expands the sub menu.
[JavaScript]
MenuItem.expandSubMenu(
)
Remarks
If this menu item has a sub menu, this function expands the sub menu as if the menu item has been clicked, otherwise it does nothing.
All related events handlers will be triggered as if the menu item was clicked.
See Also
MenuItem Object