Dockable window's initial dock position. The options are left, right, top, bottom, float and group.

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

Content Type

Item Facet Value Description
 string
        Enumeration left
        Enumeration right
        Enumeration top
        Enumeration bottom
        Enumeration float
        Enumeration group

Usages

 position position position position

Syntax

CopyXML
<xs:simpleType name="ST_DockPosition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="left" />
    <xs:enumeration value="right" />
    <xs:enumeration value="top" />
    <xs:enumeration value="bottom" />
    <xs:enumeration value="float" />
    <xs:enumeration value="group" />
  </xs:restriction>
</xs:simpleType>

See Also