SplitButtonWithTitle Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(VisibleToggleButton))> _
<ChildElementInfoAttribute(GetType(MenuWithTitle))> _
<ChildElementInfoAttribute(GetType(VisibleButton))> _
Public Class SplitButtonWithTitle _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As SplitButtonWithTitle
[ChildElementInfoAttribute(typeof(VisibleToggleButton))]
[ChildElementInfoAttribute(typeof(MenuWithTitle))]
[ChildElementInfoAttribute(typeof(VisibleButton))]
public class SplitButtonWithTitle : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • VisibleButton <mso:button>

  • VisibleToggleButton <mso:toggleButton>

  • MenuWithTitle <mso:menu>

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

SplitButtonWithTitle Members

DocumentFormat.OpenXml.Office.CustomUI Namespace