NUnitForms Class Library

TreeViewTester Constructor (String, Form)

Creates a ControlTester from the control name and the form instance.

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

Parameters

name
The Control name.
form
The Form instance.

Remarks

It is best to use the overloaded Constructor that requires just the name parameter if possible.

See Also

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