The collection of menus.
Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsdParents
ArcGlobe
Children
Name | Occurrences | Description |
---|---|---|
Menu |
A menu is a list of buttons, sub-menus and multi-items. Menus can appear on toolbars or on other menus as sub-menus. Root menus are a special type of menu appearing on the main menu bar. |
Syntax
CopyXML
<xs:element name="Menus" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:all> <xs:element name="Menu" /> </xs:all> </xs:complexType> </xs:element>