Show AllShow All

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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp