2.3.6 ST_ItemSize (Menu Item Size)

Specifies the size of the child controls in a menu control.

This simple type's contents are a restriction of the XML schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

large (Large)

Specifies that the child controls have large sizes.

normal (Normal)

Specifies that the child controls have normal sizes.

Referenced By

menu@itemSize (section 2.2.28); menu@itemSize (section 2.2.26); menu@itemSize (section 2.2.29); menu@itemSize (section 2.2.27)

The following XML schema fragment defines 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>