NUnitForms Class Library

ControlCollection.Add Method (Control)

Add a Control to the collection.

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

Parameters

control
The control to add.

Remarks

Will not add a duplicate control. In this way, the collection acts like a Set.

See Also

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