NetXP 3.0 Reference

DockObjectCollection.Add Method 

Adds an object to the collection.

[Visual Basic]
Public Function Add( _
   ByVal value As DockObject _
) As Integer
[C#]
public int Add(
   DockObject value
);

Parameters

value
The object to add.

Return Value

The index of the object.

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace