Condividi tramite


Proprietà RibbonGallery.Items

Ottiene un insieme dei componenti RibbonDropDownItem presenti in RibbonGallery.

Spazio dei nomi:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
ReadOnly Property Items As IList(Of RibbonDropDownItem)
    Get
[BrowsableAttribute(false)]
IList<RibbonDropDownItem> Items { get; }

Valore proprietà

Tipo: System.Collections.Generic.IList<RibbonDropDownItem>
Insieme dei componenti RibbonDropDownItem presenti in RibbonGallery.

Note

È possibile aggiungere oggetti RibbonDropDownItem a RibbonGallery in fase di progettazione o in fase di esecuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RibbonGallery Interfaccia

Spazio dei nomi Microsoft.Office.Tools.Ribbon

Altre risorse

Cenni preliminari sul modello a oggetti della barra multifunzione