Partager via


RibbonComboBox.Items, propriété (System 2007)

Mise à jour : novembre 2007

Obtient une collection des éléments dans ce RibbonComboBox.

Espace de noms :  Microsoft.Office.Tools.Ribbon
Assembly :  Microsoft.Office.Tools.Common.v9.0 (dans Microsoft.Office.Tools.Common.v9.0.dll)

Syntaxe

Public ReadOnly Property Items As RibbonDropDownItemCollection

Dim instance As RibbonComboBox
Dim value As RibbonDropDownItemCollection

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

Valeur de propriété

Type : Microsoft.Office.Tools.Ribbon.RibbonDropDownItemCollection

RibbonDropDownItemCollection qui peut être utilisé pour accéder aux objets RibbonDropDownItem dans ce RibbonComboBox.

Notes

Vous pouvez ajouter, supprimer ou mettre à jour des objets RibbonDropDownItem au moment du design ou de l'exécution.

Autorisations

Voir aussi

Référence

RibbonComboBox, classe

Membres RibbonComboBox

Microsoft.Office.Tools.Ribbon, espace de noms

Autres ressources

Vue d'ensemble du modèle objet de ruban