Freigeben über


ButtonGroup-Klasse

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.CustomUI.ButtonGroup

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(UnsizedToggleButton))> _
<ChildElementInfoAttribute(GetType(UnsizedControlClone))> _
<ChildElementInfoAttribute(GetType(UnsizedGallery))> _
<ChildElementInfoAttribute(GetType(UnsizedMenu))> _
<ChildElementInfoAttribute(GetType(UnsizedDynamicMenu))> _
<ChildElementInfoAttribute(GetType(UnsizedSplitButton))> _
<ChildElementInfoAttribute(GetType(UnsizedButton))> _
Public Class ButtonGroup _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As ButtonGroup
[ChildElementInfoAttribute(typeof(UnsizedToggleButton))]
[ChildElementInfoAttribute(typeof(UnsizedControlClone))]
[ChildElementInfoAttribute(typeof(UnsizedGallery))]
[ChildElementInfoAttribute(typeof(UnsizedMenu))]
[ChildElementInfoAttribute(typeof(UnsizedDynamicMenu))]
[ChildElementInfoAttribute(typeof(UnsizedSplitButton))]
[ChildElementInfoAttribute(typeof(UnsizedButton))]
public class ButtonGroup : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • UnsizedControlClone <mso:control>

  • UnsizedButton <mso:button>

  • UnsizedToggleButton <mso:toggleButton>

  • UnsizedGallery <mso:gallery>

  • UnsizedMenu <mso:menu>

  • UnsizedDynamicMenu <mso:dynamicMenu>

  • UnsizedSplitButton <mso:splitButton>

Threadsicherheit

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

Siehe auch

Referenz

ButtonGroup-Member

DocumentFormat.OpenXml.Office.CustomUI-Namespace