Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonApplicationMenu Class / Items Property


In This Topic
    Items Property (RibbonApplicationMenu)
    In This Topic
    Gets the collection of items in the drop-down portion of this RibbonDropDownBase.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As RibbonItemCollection
    'Usage
     
    
    Dim instance As RibbonApplicationMenu
    Dim value As RibbonItemCollection
     
    value = instance.Items
    public RibbonItemCollection Items {get;}
    See Also