ArcGIS Pro DAML Schema
CT_ToolPalette Complex Type
ArcGIS Pro DAML Schema : CT_ToolPalette Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
tool Element Choice CT_ToolPalette Complex Type
Overview
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
toolPalette Element
insertToolPalette Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
itemHeightxs:integeroptional   
itemWidthxs:integeroptional   
itemsInRowxs:integeroptional   
showItemCaptionxs:booleanoptional   
captionxs:stringoptional   
extendedCaptionxs:stringoptional   
Source
<xs:complexType name="CT_ToolPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="tool" type="CT_MenuButtonRef" />
  </xs:choice>
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
  <xs:attribute name="itemHeight" type="xs:integer" use="optional" />
  <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
  <xs:attribute name="itemsInRow" type="xs:integer" use="optional" />
  <xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
  <xs:attribute name="caption" type="xs:string" use="optional" />
  <xs:attribute name="extendedCaption" type="xs:string" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema