ArcGIS Pro DAML Schema
CT_CustomControl Complex Type
ArcGIS Pro DAML Schema : CT_CustomControl Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
disabledText Element Sequence tooltip Element content Element Sequence CT_CustomControl Complex Type
Overview
smallImage optional ST_Uri Simple Type
largeImage optional ST_Uri Simple Type
overlaySmallImage optional ST_Uri Simple Type
overlayLargeImage optional ST_Uri Simple Type
condition optional ST_ID Simple Type
loadOnClick optional xs:boolean
keytip required ST_String Simple Type
flipImageRTL optional xs:boolean
helpContextID optional ST_String Simple Type
isDropDown optional xs:boolean
staysOpenOnClick optional xs:boolean
hideTooltip optional xs:boolean
Sequence optional
assembly optional
className optional
publicKeyToken optional
version optional
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
Used By
customControl Element
Attributes
NameTypeUseDefaultFixedDescription
smallImageST_Uri Simple Typeoptional   
largeImageST_Uri Simple Typeoptional   
overlaySmallImageST_Uri Simple Typeoptional   
overlayLargeImageST_Uri Simple Typeoptional   
conditionST_ID Simple Typeoptional   
loadOnClickxs:booleanoptionaltrue  
keytipST_String Simple Typerequired   
flipImageRTLxs:booleanoptionalfalse  
helpContextIDST_String Simple Typeoptional   
isDropDownxs:booleanoptionalfalse  
staysOpenOnClickxs:booleanoptionalfalse  
hideTooltipxs:booleanoptionalfalse  
Source
<xs:complexType name="CT_CustomControl" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="content" type="CT_Content" minOccurs="0" />
    <xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
  </xs:sequence>
  <xs:attributeGroup ref="componentGroup" />
  <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
  <xs:attribute name="largeImage" type="ST_Uri" use="optional" />
  <xs:attribute name="overlaySmallImage" type="ST_Uri" use="optional" />
  <xs:attribute name="overlayLargeImage" type="ST_Uri" use="optional" />
  <xs:attribute name="condition" type="ST_ID" use="optional" />
  <xs:attribute name="loadOnClick" type="xs:boolean" use="optional" default="true" />
  <xs:attribute name="keytip" type="ST_String" use="required" />
  <xs:attribute name="flipImageRTL" type="xs:boolean" use="optional" default="false" />
  <xs:attribute name="helpContextID" type="ST_String" use="optional" />
  <xs:attribute name="isDropDown" type="xs:boolean" use="optional" default="false" />
  <xs:attribute name="staysOpenOnClick" type="xs:boolean" use="optional" default="false" />
  <xs:attribute name="hideTooltip" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema