NUnitForms Class Library

FormFinder.FindAll Method

Finds all of the forms.

Overload List

Finds all of the forms.

public FormCollection FindAll();

Finds all of the forms with a specified name and returns them in a FormCollection.

public FormCollection FindAll(string);

See Also

FormFinder Class | NUnit.Extensions.Forms Namespace