This element contains information for a submenu item which may be placed within a menu. The Font, Font Size and Style submenus are an example of this.
Configuration Element Tree Structure
<editLive>
<menuBar>
<menu>
<submenu>
<editLive> ... <menuBar> <menu> <submenu ... /> </menu> </menuBar> ... </editLive>
Required Attributes
name
This attribute specifies the name of the submenu. A list of available submenu items and their related name attribute can be found in the Submenu Items section of the Menu and Toolbar Item List.
Child Elements
<menuItem>
This element contains information for an item on the menu (eg. font items or font size items).
Examples
The following example demonstrates how to include the Font submenu in the Format menu.
<editLive> ... <menuBar> <menu name="Format"> <submenu name="FontFace"> ... </submenu> </menu> </menuBar> ... </editLive>
Remarks
The <submenu> element can appear multiple times within the <menu> element.