The collection of toolbars.

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

Parents

 ArcGlobe

Children

Name Occurrences Description
 Toolbar

A toolbar is a collection of tools (buttons, tools, menus, etc) grouped together on a bar inside the application. Toolbars can float or dock inside the application.

Syntax

CopyXML
<xs:element name="Toolbars" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="Toolbar" />
    </xs:all>
  </xs:complexType>
</xs:element>

See Also