RibbonComboBox.Items-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft eine Auflistung der Elemente in RibbonComboBox ab.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

Public ReadOnly Property Items As RibbonDropDownItemCollection

Dim instance As RibbonComboBox
Dim value As RibbonDropDownItemCollection

value = instance.Items
public RibbonDropDownItemCollection Items { get; }

Eigenschaftenwert

Typ: Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

Eine RibbonDropDownItemCollection, die für den Zugriff auf die RibbonDropDownItem-Objekte in RibbonComboBox verwendet werden kann.

Hinweise

RibbonDropDownItem-Objekte können während der Entwurfs- oder der Laufzeit hinzugefügt, entfernt oder aktualisiert werden.

Berechtigungen

Siehe auch

Referenz

RibbonComboBox-Klasse

RibbonComboBox-Member

Microsoft.Office.Tools.Ribbon-Namespace

Weitere Ressourcen

Multifunktionsleisten-Objektmodellübersicht