Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonGallery Class / Items Property

In This Topic
    Items Property (RibbonGallery)
    In This Topic
    Gets the collection of items in the gallery.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Items As RibbonGalleryItemCollection
    public new RibbonGalleryItemCollection Items {get;}
    See Also