GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonMenu Class / Items Property


In This Topic
Items Property (RibbonMenu)
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 RibbonMenu
Dim value As RibbonItemCollection
 
value = instance.Items
See Also