NetXP 3.0 Reference

HotDockRegionCollection.Insert Method 

Internal.

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

Parameters

index
value

See Also

HotDockRegionCollection Class | NETXP.Controls.Docking Namespace