NUnitForms Class Library

ControlFinder Constructor (String)

Creates a ControlFinder that will find controls according to their name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public ControlFinder(
   string name
);

Parameters

name
The name of the Control to find.

See Also

ControlFinder Class | NUnit.Extensions.Forms Namespace | ControlFinder Constructor Overload List