Menu.addSubmenu Method

Adds a submenu to the menu.

Syntax

public void addSubmenu(str name)

Run On

Called

Parameters

  • name
    Type: str
    A string expression that evaluates to the name of the submenu to add to the menu.

See Also

Menu Class

Menu.addMenuitem Method