BottomItemsGroupControls Class

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

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.CustomUI.GroupControlsType
        DocumentFormat.OpenXml.Office2010.CustomUI.BottomItemsGroupControls

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class BottomItemsGroupControls _
    Inherits GroupControlsType
'Usage
Dim instance As BottomItemsGroupControls
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class BottomItemsGroupControls : 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

BottomItemsGroupControls Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace