Table of Contents
expandSubMenu Method 

Expands the sub menu.

Syntax
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