RibbonComboBox.Items Property

Definition

Gets a collection of the items in this RibbonComboBox.

public System.Collections.Generic.IList<Microsoft.Office.Tools.Ribbon.RibbonDropDownItem> Items { get; }

Property Value

IList<RibbonDropDownItem>

A collection of RibbonDropDownItem objects in this RibbonComboBox.

Remarks

You can add, remove, or update RibbonDropDownItem objects at design time or at run time.

Applies to