2.4.18 ST_ItemSize

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_MenuRegular, CT_MenuWithTitle, CT_Menu, CT_MenuRoot, CT_BackstageMenuGroup

Specifies the size of child controls within a menu control.

Value

Meaning

normal

Specifies that the child controls are of normal size.

large

Specifies that the child controls are of large size.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_ItemSize">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="normal"/>
     <xsd:enumeration value="large"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).