NetXP 3.0 Reference

DockObjectCollection.Insert Method 

Inserts a object at specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As DockObject _
)
[C#]
public void Insert(
   int index,
   DockObject value
);

Parameters

index
Index.
value
DockObject.

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace