ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Panes Complex Type
In This Topic
    CT_Panes Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    content Element Choice pane Element Choice CT_Panes Complex Type
    Overview
    Choice 0..∞
    smallImage optional ST_Uri Simple Type
    defaultTool optional ST_ID Simple Type
    defaultTab optional ST_ID Simple Type
    defaultDockPane optional ST_ID Simple Type
    loadingMessage optional ST_String Simple Type
    showLoadingMessage optional xs:boolean
    hasCloseAllButThisCommand optional xs:boolean
    isDropTarget optional xs:boolean
    Choice optional
    assembly optional
    className optional
    publicKeyToken optional
    version optional
    Used By
    Source
    <xs:complexType name="CT_Panes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="pane" type="CT_Pane" />
      </xs:choice>
    </xs:complexType>
    See Also