Add one ControlCollection to another. Combines them into one collection.
Add one ControlCollection to another. Combines them into one collection.
public void Add(ControlCollection);
Add a Control to the collection.
public void Add(Control);
ControlCollection Class | NUnit.Extensions.Forms Namespace