RibbonDropDown.Items Property

Definition

Gets a collection of the items in this RibbonDropDown.

public:
 property System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonDropDownItem ^> ^ Items { System::Collections::Generic::IList<Microsoft::Office::Tools::Ribbon::RibbonDropDownItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonDropDownItem> Items { get; }
member this.Items : System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonDropDownItem>
Public ReadOnly Property Items As IList(Of RibbonDropDownItem)

Property Value

A collection of collection of items in the RibbonDropDown.

Remarks

You can add RibbonDropDownItem objects to a RibbonDropDown at design time or at run time.

Applies to