ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Pane Complex Type
In This Topic
    CT_Pane Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    content Element Choice CT_Pane Complex Type
    Overview
    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
    Attributes
    NameTypeUseDefaultFixedDescription
    smallImageST_Uri Simple Typeoptional   
    defaultToolST_ID Simple Typeoptional   
    defaultTabST_ID Simple Typeoptional   
    defaultDockPaneST_ID Simple Typeoptional   
    loadingMessageST_String Simple Typeoptional   
    showLoadingMessagexs:booleanoptionaltrue  
    hasCloseAllButThisCommandxs:booleanoptionaltrue  
    isDropTargetxs:booleanoptional   
    Source
    <xs:complexType name="CT_Pane" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="1">
        <xs:element name="content" type="CT_Content" />
      </xs:choice>
      <xs:attributeGroup ref="simpleComponentGroup" />
      <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
      <xs:attribute name="defaultTool" type="ST_ID" use="optional" />
      <xs:attribute name="defaultTab" type="ST_ID" use="optional" />
      <xs:attribute name="defaultDockPane" type="ST_ID" use="optional" />
      <xs:attribute name="loadingMessage" type="ST_String" use="optional" />
      <xs:attribute name="showLoadingMessage" type="xs:boolean" use="optional" default="true" />
      <xs:attribute name="hasCloseAllButThisCommand" type="xs:boolean" use="optional" default="true" />
      <xs:attribute name="isDropTarget" type="xs:boolean" use="optional" />
    </xs:complexType>
    See Also