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