NetXP 3.0 Reference

DockRegionCollection.Insert Method 

Internal.

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

Parameters

index
value

See Also

DockRegionCollection Class | NETXP.Controls.Docking Namespace