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

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