2.3.10 ST_Size (Control Size)

Specifies the size of a 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 Control Size)

Specifies the large control size.

normal (Normal Control Size)

Specifies the normal control size.

Referenced By

button@size (section 2.2.2); control@size (section 2.2.12); control@size (section 2.2.13); dynamicMenu@size (section 2.2.19); gallery@size (section 2.2.21); menu@size (section 2.2.28); splitButton@size (section 2.2.38); toggleButton@size (section 2.2.43)

The following XML schema fragment defines the contents of this simple type:

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