NetXP 3.0 Reference

DockFrameCollection.Insert Method 

Internal.

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

Parameters

index
value

See Also

DockFrameCollection Class | NETXP.Controls.Docking Namespace