共用方式為


RibbonDropDown.Buttons 屬性

取得這個 RibbonDropDown 所屬 RibbonButton 物件的集合。

命名空間:  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>
這個 RibbonDropDown 所屬 RibbonButton 物件的集合。

備註

RibbonDropDown 控制項可以同時包含 RibbonDropDownItem 控制項和 RibbonButton 控制項。

您只能在功能區載入之前將按鈕加入至 Buttons 屬性。 如需詳細資訊,請參閱功能區物件模型概觀

.NET Framework 安全性

請參閱

參考

RibbonDropDown 介面

Microsoft.Office.Tools.Ribbon 命名空間

RibbonDropDown.Items

RibbonDropDown

其他資源

功能區物件模型概觀