Menu.appendSubmenu

Creates and append a submenu to this menu. This menu item that actualy has the sub menu is also created.

  1. Menu appendSubmenu(string label)
    class Menu
    appendSubmenu
    (
    string label
    )
  2. void appendSubmenu(string label, Menu submenu)

Parameters

label string

the sub menu item label

Return Value

Type: Menu

the new menu