ComponentOne Ribbon for WinForms
Item(Int32) Property

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonItemCollection Class > Item Property : Item(Int32) Property
Index of the item.
Gets or sets the RibbonItem at the specified position in the collection.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As System.Integer _
) As RibbonItem
public RibbonItem Item( 
   System.int index
) {get; set;}

Parameters

index
Index of the item.

Property Value

The RibbonItem at the specified index.
See Also

Reference

RibbonItemCollection Class
RibbonItemCollection Members
Overload List