Autodesk.AutoCAD.Windows Namespace > QATItemCollection Class > QATItemCollection Methods > InsertItem Method
QATItemCollection.InsertItem Method   MG2022New
Description

Inserts a RibbonItem at the specified index within the collection.

Visual Basic
Protected override Function InsertItem(
    index As Integer, 
    item As RibbonItem
) As void
C#
protected override void InsertItem(
    int index, 
    RibbonItem item
);
Parameters
Parameters 
Description 
int index 
Input index to insert at 
RibbonItem item 
Input RibbonItem to insert 
Links
   Comments?