ArcGIS Pro DAML Schema
CT_ComboBox Complex Type
ArcGIS Pro DAML Schema : CT_ComboBox Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
content Element disabledText Element Sequence tooltip Element Sequence CT_ComboBox Complex Type
Overview
image optional ST_Uri Simple Type
condition optional ST_ID Simple Type
isEditable optional xs:boolean
isReadOnly optional xs:boolean
editHint optional ST_String Simple Type
itemHeight optional xs:integer
itemWidth optional xs:integer
resizable optional xs:boolean
isTextSearchEnabled optional xs:boolean
sizeString optional ST_String Simple Type
rows optional xs:integer
dataTemplateFile optional ST_String Simple Type
templateID optional ST_String Simple Type
helpContextID optional ST_String Simple Type
keytip required xs:string
Sequence optional
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
content optional
Used By
comboBox Element
Attributes
NameTypeUseDefaultFixedDescription
imageST_Uri Simple Typeoptional   
conditionST_ID Simple Typeoptional   
isEditablexs:booleanoptional   
isReadOnlyxs:booleanoptional   
editHintST_String Simple Typeoptional   
itemHeightxs:integeroptional   
itemWidthxs:integeroptional   
resizablexs:booleanoptionaltrue  
isTextSearchEnabledxs:booleanoptionaltrue  
sizeStringST_String Simple Typeoptional   
rowsxs:integeroptional   
dataTemplateFileST_String Simple Typeoptional   
templateIDST_String Simple Typeoptional   
helpContextIDST_String Simple Typeoptional   
keytipxs:stringrequired   
Source
<xs:complexType name="CT_ComboBox" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
    <xs:element name="content" minOccurs="0" />
  </xs:sequence>
  <xs:attributeGroup ref="componentGroup" />
  <xs:attribute name="image" type="ST_Uri" use="optional" />
  <xs:attribute name="condition" type="ST_ID" use="optional" />
  <xs:attribute name="isEditable" type="xs:boolean" use="optional" />
  <xs:attribute name="isReadOnly" type="xs:boolean" use="optional" />
  <xs:attribute name="editHint" type="ST_String" use="optional" />
  <xs:attribute name="itemHeight" type="xs:integer" use="optional" />
  <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
  <xs:attribute name="resizable" type="xs:boolean" use="optional" default="true" />
  <xs:attribute name="isTextSearchEnabled" type="xs:boolean" use="optional" default="true" />
  <xs:attribute name="sizeString" type="ST_String" use="optional" />
  <xs:attribute name="rows" type="xs:integer" use="optional" />
  <xs:attribute name="dataTemplateFile" type="ST_String" use="optional" />
  <xs:attribute name="templateID" type="ST_String" use="optional" />
  <xs:attribute name="helpContextID" type="ST_String" use="optional" />
  <xs:attribute name="keytip" type="xs:string" use="required" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema