NUnitForms Class Library

ControlFinder Constructor

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

Overload List

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

public ControlFinder(string);

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

public ControlFinder(string,Form);

See Also

ControlFinder Class | NUnit.Extensions.Forms Namespace