ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdatePalettes Complex Type
In This Topic
    CT_UpdatePalettes Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteTool Element insertTool Element updateTool Element Choice updateToolPalette Element deleteButton Element insertButton Element updateButton Element Choice updateButtonPalette Element tool Element Choice insertToolPalette Element button Element Choice insertButtonPalette Element deleteToolPalette Element deleteButtonPalette Element Choice CT_UpdatePalettes Complex Type
    Overview
    Choice 0..∞
    refID required ST_ID Simple Type
    refID required ST_ID Simple Type
    showItemCaption optional xs:boolean
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    dropDown optional xs:boolean
    menuStyle optional xs:boolean
    itemsInRow optional xs:integer
    keytip required xs:string
    caption optional xs:string
    extendedCaption optional xs:string
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    itemsInRow optional xs:integer
    showItemCaption optional xs:boolean
    caption optional xs:string
    extendedCaption optional xs:string
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    itemSizeString optional ST_String Simple Type
    showItemCaption optional xs:boolean
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    dropDown optional xs:boolean
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    itemSizeString optional ST_String Simple Type
    showItemCaption optional xs:boolean
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    Used By
    Source
    <xs:complexType name="CT_UpdatePalettes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="deleteButtonPalette" type="CT_Delete" />
        <xs:element name="deleteToolPalette" type="CT_Delete" />
        <xs:element name="insertButtonPalette" type="CT_ButtonPalette" />
        <xs:element name="insertToolPalette" type="CT_ToolPalette" />
        <xs:element name="updateButtonPalette" type="CT_UpdateButtonPalette" />
        <xs:element name="updateToolPalette" type="CT_UpdateToolPalette" />
      </xs:choice>
    </xs:complexType>
    See Also