TopItemsGroupControls class
Defines the TopItemsGroupControls Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is mso14:topItems.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType
DocumentFormat.OpenXml.Office2010.CustomUI.TopItemsGroupControls
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.3.49 CT_GroupControls
Target namespace: http://schemas.microsoft.com/office/2009/07/customui
Referenced by: CT_BackstageGroup
Specifies a list of controls that are child controls of a Backstage group control.
Child Elements:
button: A CT_BackstageGroupButton element, as specified in section 2.3.10.
checkBox: A CT_BackstageCheckBox element, as specified in section 2.3.3.
editBox: A CT_BackstageEditBox element, as specified in section 2.3.7.
dropDown: A CT_BackstageDropDown element, as specified in section 2.3.6.
radioGroup: A CT_RadioGroup element, as specified in section 2.3.63.
comboBox: A CT_BackstageComboBox element, as specified in section 2.3.5.
hyperlink: A CT_Hyperlink element, as specified in section 2.3.50.
labelControl: A CT_BackstageLabelControl element, as specified in section 2.3.13.
groupBox: A CT_GroupBox element, as specified in section 2.3.48.
layoutContainer: A CT_LayoutContainer element, as specified in section 2.3.54.
imageControl: A CT_ImageControl element, as specified in section 2.3.51.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_GroupControls">
<xsd:choice minOccurs="0" maxOccurs="1000">
<xsd:group ref="EG_GroupControls" minOccurs="0" maxOccurs="1000"/>
</xsd:choice>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).