<Menu> (RibbonDiffXml)

適用対象: CRM 2016 on-prem, CRM Online

ポップアップ メニューの表示に使用するコンテナーを指定します。

構文

<Menu
 Id="String"
 MaxWidth="String" 
>
 <MenuSection />
</Menu>

属性と要素

The following table lists the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

Id

リボン要素の定義の一意の識別子を指定します。[solution identifier].[entity].[ribbon].[function].[element name] のように、命名規則として、名前の各部をピリオドを使用して分割することを強くお勧めします。たとえば、MyISV.account.form.SendToOtherSystem.Button のように指定します。

Use the {!EntityLogicalName} token in the Id attribute when you define a ribbon element that will be used for multiple entities. This inserts the entity logical name into the Id value to make sure that the Id value is globally unique.

For example, if you use MyISV.{!EntityLogicalName}.form.SendToOtherSystem.Button with the account entity, the Id will be MyISV.account.form.SendToOtherSystem.Button. For the contact entity, the Id will be MyISV.contact.form.SendToOtherSystem.Button.

重要

If you don’t set a globally unique Id value, the ribbon might not display.

String

Required

MaxWidth

The maximum width in pixels.

String

Optional

下位要素

Element Description

<MenuSection> (RibbonDiffXml)

メニューの分割に使用するセクションを指定します。メニュー セクションにはタイトルとコントロールを指定できます。

親要素

Element Description

<CommandUIDefinition> (RibbonDiffXml)

CustomAction 要素内に収まる、表示可能な Ribbon 要素を指定します。

<ComboBox> (RibbonDiffXml)

削除: クリックまたは入力することによって値を選択するために使用する一覧を指定しました。

<FlyoutAnchor> (RibbonDiffXml)

メニューを開くために使用する下矢印付きのボタンを指定します。

<DropDown> (RibbonDiffXml)

削除: クリックによって値を選択するために使用する一覧を指定しました。

<MRUSplitButton> (RibbonDiffXml)

削除: 最近使用したアイテムを表示する分割ボタン コントロールを指定しました。

<SplitButton> (RibbonDiffXml)

ボタンとメニューの両方として使用するコントロールを指定します。

要素情報

XPath

//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/ComboBox/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/Menu/MenuSection/Controls/FlyoutAnchor/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/DropDown/Menu |
//Controls/DropDown/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/MRUSplitButton/Menu |
//Controls/MRUSplitButton/Menu |
//RibbonDiffXml/CustomActions/CustomAction/CommandUIDefinition/SplitButton/Menu |
//Controls/SplitButton/Menu

Schema Name

MenuType

Validation File

RibbonWSS.xsd

Can be Empty

No

関連項目

他のリソース

Ribbon XML reference
コマンドおよびリボンをカスタマイズする

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.