ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_ToolbarItem Complex Type
In This Topic
    CT_ToolbarItem Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_ToolbarItem Complex Type
    Overview
    refID required ST_ID Simple Type
    separator optional xs:boolean
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    refIDST_ID Simple Typerequired   
    separatorxs:booleanoptional   
    sizeST_LimitedSize Simple Typeoptional   
    Source
    <xs:complexType name="CT_ToolbarItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="refID" type="ST_ID" use="required" />
      <xs:attribute name="separator" type="xs:boolean" use="optional" />
      <xs:attribute name="size" type="ST_LimitedSize" use="optional" />
    </xs:complexType>
    See Also