The collection of buttons, sub-menus and multi-items.
Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsd
Parents
Menu
Children
| Name | Occurrences | Description |
|---|---|---|
| All | ||
| Button |
The button on the menu. |
|
| Menu |
The sub-menu on the menu. |
|
| MultiItem |
The multi-item on the menu. |
Syntax
<xs:element name="Items" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:all> <xs:element name="Button" /> <xs:element name="Menu" /> <xs:element name="MultiItem" /> </xs:all> </xs:complexType> </xs:element>