Sets a RibbonItem to the specified index within the collection.
Protected override Function SetItem( index As Integer, item As RibbonItem ) As void
protected override void SetItem( int index, RibbonItem item );
|
Parameters |
Description |
|
int index |
Input index in which to set the item |
|
RibbonItem item |
Input RibbonItem to be set |
| Comments? |