2.4.23 ST_Size

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

Referenced by: CT_ControlClone, CT_Button, CT_ControlCloneQat, CT_ToggleButton, CT_Gallery, CT_Menu, CT_DynamicMenu, CT_SplitButton

Specifies the size of a control.

Value

Meaning

normal

Specifies the normal control size.

large

Specifies the large control size.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies 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>

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