Share via


UIItem Group

Represents a collection of user interface (UI) elements.

Remarks

The UIItem group is used as an element of the toolbar, menu, and menuArea elements.

Example

The following example is the XML Schema declaration of the UIItem group:

<xsd:group name="UIItem">
   <xsd:choice>
      <xsd:element ref="xsf:button" />
      <xsd:element ref="xsf:menu" />
   </xsd:choice>
</xsd:group>

Applies to | menu Element | menuArea Element | toolbar Element