ComponentOne Ribbon for WinForms
Insert Method (RibbonQatLinkCollection)

C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace > RibbonQatLinkCollection Class : Insert Method
Inserts an item into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As System.ComponentModel.Component _
) 
public void Insert( 
   System.int index,
   System.ComponentModel.Component item
)

Parameters

index
item
See Also

Reference

RibbonQatLinkCollection Class
RibbonQatLinkCollection Members