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


In This Topic
Items Property (RibbonListItem)
In This Topic
Gets the collection of Ribbon items in this list item.
Syntax
'Declaration
 
Public ReadOnly Property Items As RibbonItemCollection
 
'Usage
 
Dim instance As RibbonListItem
Dim value As RibbonItemCollection
 
value = instance.Items
See Also