ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonComboBox Class / MenuItems Property

In This Topic
    MenuItems Property (RibbonComboBox)
    In This Topic
    Gets the collection of menu 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