NetXP 3.0 Reference

WindowCollection.Insert Method 

Internal.

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

Parameters

index
value

See Also

WindowCollection Class | NETXP.Controls.Docking Namespace