NUnitForms Class Library

ControlFinder Constructor (String, Form)

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

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

Parameters

name
The name of the Control to find.
form
The form to search for the control.

See Also

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