共用方式為


RibbonDropDownItemCollection 類別 (2007 系統)

更新:2007 年 11 月

表示 RibbonDropDownItem 物件的集合。

命名空間:  Microsoft.Office.Tools.Ribbon
組件:  Microsoft.Office.Tools.Common.v9.0 (在 Microsoft.Office.Tools.Common.v9.0.dll 中)

語法

Public NotInheritable Class RibbonDropDownItemCollection _
    Inherits Collection(Of RibbonDropDownItem)

Dim instance As RibbonDropDownItemCollection
public sealed class RibbonDropDownItemCollection : Collection<RibbonDropDownItem>

備註

RibbonComboBoxRibbonDropDownRibbonGallery 每個都有 RibbonDropDownItemCollection 型別的 Items 屬性。您可以使用 Items 屬性,將 RibbonDropDownItem 物件加入至其對應的父代 (Parent),以及將這些物件移除。

繼承階層架構

System.Object
  System.Collections.ObjectModel.Collection<RibbonDropDownItem>
    Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

RibbonDropDownItemCollection 成員

Microsoft.Office.Tools.Ribbon 命名空間