MenuWithTitle Class

Defines the MenuWithTitle Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is mso14:menu.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(MenuSeparator), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ButtonRegular), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(CheckBox), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(GalleryRegular), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ToggleButtonRegular), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(ControlCloneRegular), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SplitButtonWithTitle), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(MenuWithTitle), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(DynamicMenuRegular), FileFormatVersions.Office2010)> _
Public Class MenuWithTitle _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As MenuWithTitle
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(MenuSeparator), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ButtonRegular), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(CheckBox), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(GalleryRegular), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ToggleButtonRegular), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(ControlCloneRegular), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SplitButtonWithTitle), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(MenuWithTitle), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(DynamicMenuRegular), FileFormatVersions.Office2010)]
public class MenuWithTitle : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ControlCloneRegular <mso14:control>

  • ButtonRegular <mso14:button>

  • CheckBox <mso14:checkBox>

  • GalleryRegular <mso14:gallery>

  • ToggleButtonRegular <mso14:toggleButton>

  • MenuSeparator <mso14:menuSeparator>

  • SplitButtonWithTitle <mso14:splitButton>

  • MenuWithTitle <mso14:menu>

  • DynamicMenuRegular <mso14:dynamicMenu>

2.3.23 CT_MenuWithTitle

Target namespace: https://schemas.microsoft.com/office/2007/10/customui

Referenced by: CT_SplitButtonWithTitle, CT_MenuWithTitle

Specifies a menu control which optionally displays a title string at the top of the menu. It is otherwise identical to the CT_Menu complex type.

Child Elements:

control : A CT_ControlCloneRegular element.

button : A CT_ButtonRegular element.

checkBox : A CT_CheckBox element.

gallery : A CT_GalleryRegular element.

toggleButton : A CT_ToggleButtonRegular element.

menuSeparator : A CT_MenuSeparator element.

splitButton : A CT_SplitButtonWithTitle element.

menu : A CT_MenuWithTitle element.

dynamicMenu : A CT_DynamicMenuRegular element.

Attributes:

id : An ST_UniqueID attribute that specifies the identifier of a custom control. All custom controls MUST have unique IDs. The id, idQ and idMso attributes are mutually exclusive. Exactly one of these attributes MUST be specified on all controls.

idQ : An ST_QID attribute that specifies the qualified identifier of a control. This attribute is used to reference controls or containers created by other Custom UI documents. The id, idQ and idMso attributes are mutually exclusive. Exactly one of these attributes MUST be specified on all controls.

idMso : An ST_ID attribute that specifies the identifier of a built-in control. The id, idQ and idMso attributes are mutually exclusive. Exactly one of these attributes MUST be specified.

tag : An ST_String attribute that specifies an arbitrary string which provides additional information about this control during callback function calls. If this attribute is omitted, the value defaults to an empty string.

itemSize : An ST_ItemSize attribute that specifies the size of the items in this menu control.

title : An ST_String attribute that specifies a string which is displayed as a title of the menu. The title and getTitle attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the menu does not display a title.

getTitle : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the title of the menu. The title and getTitle attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the menu does not display a title.

image : An ST_Uri attribute that specifies the relationship identifier of an image file which is used as the icon for this control. The image, getImage and imageMso attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, then an icon is not displayed.

imageMso : An ST_ID attribute that specifies the identifier of a built-in image which is used as the icon for this control. The image, getImage and imageMso attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, then an icon is not displayed.

getImage : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the icon of this control. The image, getImage and imageMso attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, then an icon is not displayed.

screentip : An ST_String attribute that specifies a string which is displayed as the tooltip for this control. The screentip and getScreentip attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified then a tooltip is not displayed.

getScreentip : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the tooltip of this control. The screentip and getScreentip attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified then a tooltip is not displayed.

supertip : An ST_String attribute that specifies a string which is displayed as the Enhanced ScreenTip of this control. The supertip and getSupertip attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified then a Enhanced ScreenTip is not displayed.

getSupertip : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the Enhanced ScreenTip of this control. The supertip and getSupertip attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified then an Enhanced ScreenTip is not displayed.

enabled : A boolean attribute that specifies the enabled state of this control. The enabled and getEnabled attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the control defaults to being enabled.

getEnabled : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the enabled state of this control. The enabled and getEnabled attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the control defaults to being enabled.

label : An ST_String attribute that specifies a string which is displayed as the label of this control. The label and getLabel attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, then a label is not displayed.

getLabel : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the label of this control. The label and getLabel attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, then a label is not displayed.

insertAfterMso : An ST_ID attribute that specifies the identifier of a built-in control which this control will be inserted after. The insertAfterMso, insertAfterQ, insertBeforeMso and insertBeforeQ attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, the controls will be appended to the existing set of controls, in the order they are defined in the XML.

insertBeforeMso : An ST_ID attribute that specifies the identifier of a built-in control which this control will be inserted before. The insertAfterMso, insertAfterQ, insertBeforeMso and insertBeforeQ attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, the controls will be appended to the existing set of controls, in the order they are defined in the XML.

insertAfterQ : An ST_QID attribute that specifies the qualified identifier of a control which this control will be inserted after. The insertAfterMso, insertAfterQ, insertBeforeMso and insertBeforeQ attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, the controls will be appended to the existing set of controls, in the order they are defined in the XML.

insertBeforeQ : An ST_QID attribute that specifies the qualified identifier of a control which this control will be inserted before. The insertAfterMso, insertAfterQ, insertBeforeMso and insertBeforeQ attributes are mutually exclusive. They MUST NOT be used together. If none of these attributes are specified, the controls will be appended to the existing set of controls, in the order they are defined in the XML.

visible : A boolean attribute that specifies the visibility state of this control. The visible and getVisible attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, then the control defaults to being visible.

getVisible : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the visibility state of this control. The visible and getVisible attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, the control defaults to being visible.

keytip : An ST_Keytip attribute that specifies a string which is displayed as the KeyTip for this control. The keytip and getKeytip attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, a KeyTip is not displayed.

getKeytip : An ST_Delegate attribute that specifies the name of a callback function which is called to determine the KeyTip for this control. The keytip and getKeytip attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, a KeyTip is not displayed.

showLabel : A boolean attribute that specifies whether the label for this control will be displayed. The showLabel and getShowLabel attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, the label of the control will be displayed.

getShowLabel : An ST_Delegate attribute that specifies the name of a callback function which is called to determine whether to display the label of this control. The showLabel and getShowLabel attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, the label of the control will be displayed.

showImage : A boolean attribute that specifies whether the icon for this control will be displayed. The showImage and getShowImage attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, the icon of the control will be displayed.

getShowImage : An ST_Delegate attribute that specifies the name of a callback function which is called to determine whether to display the icon of this control. The showImage and getShowImage attributes are mutually exclusive. They MUST NOT be used together. If neither of these attributes are specified, the icon of the control will be displayed.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_MenuWithTitle">

<xsd:complexContent>

<xsd:extension base="CT_ControlBase">

<xsd:sequence>

<xsd:choice minOccurs="0" maxOccurs="1000">

<xsd:group ref="EG_MenuControlsBase"/>

<xsd:group ref="EG_MenuOrSplitButtonWithTitle"/>

</xsd:choice>

</xsd:sequence>

<xsd:attributeGroup ref="AG_IDAttributes"/>

<xsd:attribute name="itemSize" type="ST_ItemSize" use="optional"/>

<xsd:attributeGroup ref="AG_Title"/>

</xsd:extension>

</xsd:complexContent>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

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.Office2010.CustomUI Namespace