Freigeben über


BottomItemsGroupControls-Klasse

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.

Vererbungshierarchie

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

Hinweise

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>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

BottomItemsGroupControls-Member

DocumentFormat.OpenXml.Office2010.CustomUI-Namespace