Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RibbonComboBox.Items Property

Definition

Namespace:
Microsoft.Office.Tools.Ribbon
Assembly:
Microsoft.Office.Tools.Common.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a collection of the items in this RibbonComboBox.

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 RibbonDropDownItem objects in this RibbonComboBox.

Remarks

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

Applies to