RibbonGallery.Buttons 属性
获取此 RibbonGallery 上的按钮的集合。
命名空间: Microsoft.Office.Tools.Ribbon
程序集: Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)
语法
声明
ReadOnly Property Buttons As IList(Of RibbonButton)
IList<RibbonButton> Buttons { get; }
属性值
类型:System.Collections.Generic.IList<RibbonButton>
此 RibbonGallery 上的按钮的集合。
备注
可以在运行时将按钮添加到此 RibbonGallery。有关更多信息,请参见RibbonGallery。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.Office.Tools.Ribbon 命名空间