ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdateComboBox Complex Type
In This Topic
    CT_UpdateComboBox Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    disabledText Element Sequence tooltip Element Sequence CT_UpdateComboBox Complex Type
    Overview
    image optional ST_Uri Simple Type
    isEditable optional xs:boolean
    editHint optional ST_String Simple Type
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    resizable optional xs:boolean
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    imageST_Uri Simple Typeoptional   
    isEditablexs:booleanoptional   
    editHintST_String Simple Typeoptional   
    itemHeightxs:integeroptional   
    itemWidthxs:integeroptional   
    resizablexs:booleanoptionaltrue  
    Source
    <xs:complexType name="CT_UpdateComboBox" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:sequence minOccurs="0" maxOccurs="1">
        <xs:element name="tooltip" type="CT_Tooltip" />
      </xs:sequence>
      <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
      <xs:attribute name="image" type="ST_Uri" use="optional" />
      <xs:attribute name="isEditable" type="xs:boolean" use="optional" />
      <xs:attribute name="editHint" type="ST_String" />
      <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:complexType>
    See Also