RibbonGallery.Items 属性

获取此 RibbonGallery 中的 RibbonDropDownItem 组件的集合。

命名空间:  Microsoft.Office.Tools.Ribbon
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
<BrowsableAttribute(False)> _
ReadOnly Property Items As IList(Of RibbonDropDownItem)
[BrowsableAttribute(false)]
IList<RibbonDropDownItem> Items { get; }

属性值

类型:System.Collections.Generic.IList<RibbonDropDownItem>
RibbonGallery 中的 RibbonDropDownItem 组件的集合。

备注

可以在设计时或运行时将 RibbonDropDownItem 对象添加到 RibbonGallery

.NET Framework 安全性

请参见

参考

RibbonGallery 接口

Microsoft.Office.Tools.Ribbon 命名空间

其他资源

功能区对象模型概述