RibbonGallery.Items (Propiedad)

Obtiene una colección de los componentes RibbonDropDownItem de este control RibbonGallery.

Espacio de nombres:  Microsoft.Office.Tools.Ribbon
Ensamblado:  Microsoft.Office.Tools.Common (en Microsoft.Office.Tools.Common.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Collections.Generic.IList<RibbonDropDownItem>
Colección de los componentes RibbonDropDownItem de este control RibbonGallery.

Comentarios

Puede agregar objetos RibbonDropDownItem a un control RibbonGallery en tiempo de diseño o en tiempo de ejecución.

Seguridad de .NET Framework

Vea también

Referencia

RibbonGallery Interfaz

Microsoft.Office.Tools.Ribbon (Espacio de nombres)

Otros recursos

Información general sobre el modelo de objetos para la cinta de opciones