ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.8 Assembly / C1.Win.C1Ribbon Namespace / RibbonGallery Class / MenuItems Property

In This Topic
    MenuItems Property (RibbonGallery)
    In This Topic
    Gets the collection of extra items at the bottom of the drop-down portion of this RibbonComboBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property MenuItems As RibbonItemCollection
    public RibbonItemCollection MenuItems {get;}
    See Also