InRibbonGallery.MenuGroups 属性

表示 功能区内库 控件的一组下拉菜单项的容器。

使用情况

<InRibbonGallery.MenuGroups>
  child elements
</InRibbonGallery.MenuGroups>

特性

没有属性。

子元素

元素 说明
MenuGroup
必须至少发生一次

父元素

元素
InRibbonGallery

备注

可选。

对于每个 InRibbonGallery 元素,最多可以发生一次。

示例

以下示例演示 功能区内库 控件的基本标记。

此部分代码显示 InRibbonGallery.MenuGroups 控件声明。

<!-- InRibbonGallery -->
<Group CommandName="cmdInRibbonGalleryGroup" SizeDefinition="OneInRibbonGallery">
  <InRibbonGallery CommandName="cmdInRibbonGallery"
                   MaxColumns="10"
                   MaxColumnsMedium="5"
                   MinColumnsLarge="5"
                   MinColumnsMedium="3"
                   Type="Items">
    <InRibbonGallery.MenuLayout>
      <VerticalMenuLayout Rows="2"
                          Gripper="Vertical"/>
    </InRibbonGallery.MenuLayout>
    <InRibbonGallery.MenuGroups>
      <MenuGroup>
        <Button CommandName="cmdButton1"></Button>
        <Button CommandName="cmdButton2"></Button>
      </MenuGroup>
      <MenuGroup>
        <Button CommandName="cmdButton3"></Button>
      </MenuGroup>
    </InRibbonGallery.MenuGroups>            
  </InRibbonGallery>
</Group>

要求

要求
最低受支持的客户端
Windows 7 [仅限桌面应用]
最低受支持的服务器
Windows Server 2008 R2 [仅限桌面应用]

请参阅

功能区内库控件

使用库

通过大小定义和缩放策略自定义功能区