Gets an item of type RibbonListViewItem from this collection. This property is the indexer for the RibbonListViewItemCollection class.

Syntax

public RibbonListView.RibbonListViewItem this [int number] { get; }
Public Default ReadOnly Property Item(number As Integer) As RibbonListView.RibbonListViewItem

Parameters

Parameter Description
number The zero-based index of the item.