The collection of tools.

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

Parents

 Toolbar

Children

Name Occurrences Description
 All
        Button

The button on the toolbar.

        ComboBox

The combo box on the toolbar.

        Menu

The menu on the toolbar.

        Tool

The tool on the toolbar.

        ToolPalette

The tool palette on the toolbar.

Syntax

CopyXML
<xs:element name="Items" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="Button" />
      <xs:element name="Tool" />
      <xs:element name="Menu" />
      <xs:element name="ToolPalette" />
      <xs:element name="ComboBox" />
    </xs:all>
  </xs:complexType>
</xs:element>

See Also