Dockable windows are windows that can exist in a floating state or be attached to the main application window. The Catalog Tree window in ArcCatalog is an example of a DockableWindow.

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

Parents

 ArcCatalog

Children

Name Occurrences Description
 DockableWindow

A dockable window is a window that can exist in a floating state or be attached to the main application window. The Catalog Tree window in ArcCatalog is an example of a DockableWindow.

Syntax

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

See Also