ArcGIS Pro DAML Schema
CT_ButtonPalette Complex Type
ArcGIS Pro DAML Schema : CT_ButtonPalette Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
button Element Choice CT_ButtonPalette Complex Type
Overview
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
Used By
buttonPalette Element
insertButtonPalette Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
showItemCaptionxs:booleanoptional   
itemHeightxs:integeroptional   
itemWidthxs:integeroptional   
dropDownxs:booleanoptionaltrue  
menuStylexs:booleanoptional   
itemsInRowxs:integeroptional   
keytipxs:stringrequired   
captionxs:stringoptional   
extendedCaptionxs:stringoptional   
Source
<xs:complexType name="CT_ButtonPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="button" type="CT_MenuButtonRef" />
  </xs:choice>
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
  <xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
  <xs:attribute name="itemHeight" type="xs:integer" use="optional" />
  <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
  <xs:attribute name="dropDown" type="xs:boolean" use="optional" default="true" />
  <xs:attribute name="menuStyle" type="xs:boolean" use="optional" />
  <xs:attribute name="itemsInRow" type="xs:integer" use="optional" />
  <xs:attribute name="keytip" type="xs:string" use="required" />
  <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