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

Sets a RibbonItem to the specified index within the collection.

Visual Basic
Protected override Function SetItem(
    index As Integer, 
    item As RibbonItem
) As void
C#
protected override void SetItem(
    int index, 
    RibbonItem item
);
Parameters
Parameters 
Description 
int index 
Input index in which to set the item 
RibbonItem item 
Input RibbonItem to be set 
Links
   Comments?