NUnitForms Class Library

ControlCollection.Add Method (ControlCollection)

Add one ControlCollection to another. Combines them into one collection.

[Visual Basic]
Overloads Public Sub Add( _
   ByVal collection As ControlCollection _
)
[C#]
public void Add(
   ControlCollection collection
);

Parameters

collection
The collection to merge with this one.

See Also

ControlCollection Class | NUnit.Extensions.Forms Namespace | ControlCollection.Add Overload List