TopItemsGroupControls Class

Defines the TopItemsGroupControls Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is mso14:topItems.

Inheritance Hierarchy

System.Object
  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)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class TopItemsGroupControls _
    Inherits GroupControlsType
'Usage
Dim instance As TopItemsGroupControls
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class TopItemsGroupControls : GroupControlsType

Remarks

The following table lists the possible child types:

  • BackstageGroupButton <mso14:button>

  • BackstageCheckBox <mso14:checkBox>

  • BackstageEditBox <mso14:editBox>

  • BackstageDropDown <mso14:dropDown>

  • RadioGroup <mso14:radioGroup>

  • BackstageComboBox <mso14:comboBox>

  • Hyperlink <mso14:hyperlink>

  • BackstageLabelControl <mso14:labelControl>

  • GroupBox <mso14:groupBox>

  • LayoutContainer <mso14:layoutContainer>

  • ImageControl <mso14:imageControl>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TopItemsGroupControls Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace