Dockable window's initial dock state. The opitions are pinned, unpinned, and hidden.
Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsdContent Type
Item | Facet Value | Description |
---|---|---|
string | ||
Enumeration | pinned | |
Enumeration | unpinned | |
Enumeration | hidden |
Usages
state state state state
Syntax
CopyXML
<xs:simpleType name="ST_DockState" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="pinned" /> <xs:enumeration value="unpinned" /> <xs:enumeration value="hidden" /> </xs:restriction> </xs:simpleType>