Condividi tramite


Proprietà RibbonComboBox.Items

Ottiene un insieme degli elementi presenti in RibbonComboBox.

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

Sintassi

'Dichiarazione
ReadOnly Property Items As IList(Of RibbonDropDownItem)
    Get
IList<RibbonDropDownItem> Items { get; }

Valore proprietà

Tipo: System.Collections.Generic.IList<RibbonDropDownItem>
Insieme di oggetti RibbonDropDownItem inclusi in RibbonComboBox.

Note

È possibile aggiungere, rimuovere o aggiornare oggetti RibbonDropDownItem in fase di progettazione o in fase di esecuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

RibbonComboBox Interfaccia

Spazio dei nomi Microsoft.Office.Tools.Ribbon

Altre risorse

Cenni preliminari sul modello a oggetti della barra multifunzione