ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonItemContainer Class / Items Property

In This Topic
    Items Property (RibbonItemContainer)
    In This Topic
    Gets the collection of child items of this RibbonItemContainer.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As RibbonItemCollection
    public RibbonItemCollection Items {get;}
    See Also