Creates a ControlFinder that will find controls on a specific Form according to their name.
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);
ControlFinder Class | NUnit.Extensions.Forms Namespace