UnsizedSplitButton Class
Inheritance Hierarchy
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
声明
<ChildElementInfoAttribute(GetType(VisibleToggleButton))> _
<ChildElementInfoAttribute(GetType(UnsizedMenu))> _
<ChildElementInfoAttribute(GetType(VisibleButton))> _
Public Class UnsizedSplitButton _
Inherits OpenXmlCompositeElement
用法
Dim instance As UnsizedSplitButton
[ChildElementInfoAttribute(typeof(VisibleToggleButton))]
[ChildElementInfoAttribute(typeof(UnsizedMenu))]
[ChildElementInfoAttribute(typeof(VisibleButton))]
public class UnsizedSplitButton : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
VisibleButton <mso:button>
VisibleToggleButton <mso:toggleButton>
UnsizedMenu <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.