UnsizedSplitButton-Klasse
Vererbungshierarchie
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office.CustomUI.UnsizedSplitButton
Namespace: DocumentFormat.OpenXml.Office.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<ChildElementInfoAttribute(GetType(VisibleToggleButton))> _
<ChildElementInfoAttribute(GetType(UnsizedMenu))> _
<ChildElementInfoAttribute(GetType(VisibleButton))> _
Public Class UnsizedSplitButton _
Inherits OpenXmlCompositeElement
'Usage
Dim instance As UnsizedSplitButton
[ChildElementInfoAttribute(typeof(VisibleToggleButton))]
[ChildElementInfoAttribute(typeof(UnsizedMenu))]
[ChildElementInfoAttribute(typeof(VisibleButton))]
public class UnsizedSplitButton : OpenXmlCompositeElement
Hinweise
The following table lists the possible child types:
VisibleButton <mso:button>
VisibleToggleButton <mso:toggleButton>
UnsizedMenu <mso:menu>
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.