2.3.1 CT_Backstage

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

Referenced by: CT_CustomUI

Specifies a reference to the Backstage.

Child Elements:

tab: A CT_BackstageTab element, as specified in section 2.3.22.

button: A CT_BackstageFastCommandButton element, as specified in section 2.3.8.

Attributes:

onShow: An ST_Delegate attribute, as specified in section 2.4.12, that specifies the name of a callback function that is called when the Backstage is shown.

onHide: An ST_Delegate attribute that specifies the name of a callback function that is called when the Backstage is hidden.

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

 <xsd:complexType name="CT_Backstage">
   <xsd:sequence>
     <xsd:choice minOccurs="0" maxOccurs="255">
       <xsd:element name="tab" type="CT_BackstageTab"/>
       <xsd:element name="button" type="CT_BackstageFastCommandButton"/>
     </xsd:choice>
   </xsd:sequence>
   <xsd:attribute name="onShow" type="ST_Delegate" use="optional"/>
   <xsd:attribute name="onHide" type="ST_Delegate" use="optional"/>
 </xsd:complexType>

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