ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Menubar Complex Type
In This Topic
    CT_Menubar Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    menu Element Choice CT_Menubar Complex Type
    Overview
    Used By
    Source
    <xs:complexType name="CT_Menubar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="menu" type="CT_RootMenu" />
      </xs:choice>
    </xs:complexType>
    See Also