次の方法で共有


MenuWithTitle Class

Inheritance Hierarchy

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

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

Syntax

'宣言
<ChildElementInfoAttribute(GetType(MenuWithTitle))> _
<ChildElementInfoAttribute(GetType(UnsizedDynamicMenu))> _
<ChildElementInfoAttribute(GetType(UnsizedToggleButton))> _
<ChildElementInfoAttribute(GetType(CheckBox))> _
<ChildElementInfoAttribute(GetType(SplitButtonWithTitle))> _
<ChildElementInfoAttribute(GetType(UnsizedButton))> _
<ChildElementInfoAttribute(GetType(UnsizedControlClone))> _
<ChildElementInfoAttribute(GetType(UnsizedGallery))> _
<ChildElementInfoAttribute(GetType(MenuSeparator))> _
Public Class MenuWithTitle _
    Inherits OpenXmlCompositeElement
'使用
Dim instance As MenuWithTitle
[ChildElementInfoAttribute(typeof(MenuWithTitle))]
[ChildElementInfoAttribute(typeof(UnsizedDynamicMenu))]
[ChildElementInfoAttribute(typeof(UnsizedToggleButton))]
[ChildElementInfoAttribute(typeof(CheckBox))]
[ChildElementInfoAttribute(typeof(SplitButtonWithTitle))]
[ChildElementInfoAttribute(typeof(UnsizedButton))]
[ChildElementInfoAttribute(typeof(UnsizedControlClone))]
[ChildElementInfoAttribute(typeof(UnsizedGallery))]
[ChildElementInfoAttribute(typeof(MenuSeparator))]
public class MenuWithTitle : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • UnsizedControlClone <mso:control>

  • UnsizedButton <mso:button>

  • CheckBox <mso:checkBox>

  • UnsizedGallery <mso:gallery>

  • UnsizedToggleButton <mso:toggleButton>

  • MenuSeparator <mso:menuSeparator>

  • SplitButtonWithTitle <mso:splitButton>

  • MenuWithTitle <mso:menu>

  • UnsizedDynamicMenu <mso:dynamicMenu>

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

MenuWithTitle Members

DocumentFormat.OpenXml.Office.CustomUI Namespace