The sub-menu on the menu.

Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsd

Parents

 Items

Attributes

Name Type Required Description
 refID  string Yes

A predefined add-in ID or COM GUID. Reference IDs don't have to come from your add-in, the ID can be a reference to a type declared in another add-in that will also be loaded at run-time. Reference IDs can also be a GUID representing a registered COM type. For example, when defining a toolbar you may list custom buttons from your add-in as well as some COM commands/tools such as the ESRI built-in ones like the Pan Tool.

 separator  boolean

The command's separator.

Syntax

CopyXML
<xs:element name="Menu" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="refID" type="xs:string" use="required" />
    <xs:attribute name="separator" type="xs:boolean" use="optional" />
  </xs:complexType>
</xs:element>

See Also