ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Palettes Complex Type
In This Topic
    CT_Palettes Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    tool Element Choice toolPalette Element button Element Choice buttonPalette Element Choice CT_Palettes Complex Type
    Overview
    Choice 0..∞
    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
    Used By
    Source
    <xs:complexType name="CT_Palettes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="buttonPalette" type="CT_ButtonPalette" />
        <xs:element name="toolPalette" type="CT_ToolPalette" />
      </xs:choice>
    </xs:complexType>
    See Also