RibbonDropDown.Buttons 属性

获取属于此 RibbonDropDownRibbonButton 对象的集合。

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

语法

声明
ReadOnly Property Buttons As IList(Of RibbonButton)
    Get
IList<RibbonButton> Buttons { get; }

属性值

类型:System.Collections.Generic.IList<RibbonButton>
属于此 RibbonDropDownRibbonButton 对象的集合。

备注

RibbonDropDown 控件可同时包含 RibbonDropDownItem 控件和 RibbonButton 控件。

只能在加载功能区之前将按钮添加到 Buttons 属性。 有关更多信息,请参见 功能区对象模型概述

.NET Framework 安全性

请参见

参考

RibbonDropDown 接口

Microsoft.Office.Tools.Ribbon 命名空间

RibbonDropDown.Items

RibbonDropDown

其他资源

功能区对象模型概述