v9.5 (2011)
Add a sub-menu item to this menu onto which further MenuItems can be attached. Tip: Use this method in python for creating sub menu items instead of invoking Menu.AddItem with siMenuItemSubmenu.
oReturn = Menu.AddSubMenu( in_pLabel ); |
The newly created Menu object.
Parameter | Type | Description |
---|---|---|
in_pLabel | String | Menu label. |