NUnitForms Class Library

ControlCollection.Add Method

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

Overload List

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

public void Add(ControlCollection);

Add a Control to the collection.

public void Add(Control);

See Also

ControlCollection Class | NUnit.Extensions.Forms Namespace