Freigeben über


RibbonGallery.Items-Eigenschaft (2007 System)

Aktualisiert: November 2007

Ruft eine Auflistung der RibbonDropDownItem-Komponenten in RibbonGallery ab.

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

Syntax

<BrowsableAttribute(False)> _
Public ReadOnly Property Items As RibbonDropDownItemCollection

Dim instance As RibbonGallery
Dim value As RibbonDropDownItemCollection

value = instance.Items
[BrowsableAttribute(false)]
public RibbonDropDownItemCollection Items { get; }

Eigenschaftenwert

Typ: Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

Eine RibbonDropDownItemCollection, mit der auf die Steuerelemente in RibbonGallery zugegriffen werden kann.

Hinweise

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

Berechtigungen

Siehe auch

Referenz

RibbonGallery-Klasse

RibbonGallery-Member

Microsoft.Office.Tools.Ribbon-Namespace

Weitere Ressourcen

Multifunktionsleisten-Objektmodellübersicht