ButtonGroup Class

Inheritance Hierarchy

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

Remarks

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>

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

ButtonGroup Members

DocumentFormat.OpenXml.Office.CustomUI Namespace