NUnitForms Class Library

FormFinder.FindAll Method (String)

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

[Visual Basic]
Overloads Public Function FindAll( _
   ByVal name As String _
) As FormCollection
[C#]
public FormCollection FindAll(
   string name
);

Parameters

name
The name of the form to search for.

Return Value

the FormCollection of all found forms.

See Also

FormFinder Class | NUnit.Extensions.Forms Namespace | FormFinder.FindAll Overload List