'Declaration Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As TabbedMdiTabGroup _ )
'Usage Dim instance As TabbedMdiTabGroupCollection Dim index As Integer Dim item As TabbedMdiTabGroup instance.SetItem(index, item)
protected override void SetItem( int index, TabbedMdiTabGroup item )
Parameters
- index
- The zero-based index of the TabbedMdiTabGroup object to replace.
- item
- The new TabbedMdiTabGroup object at the specified index.