NUnitForms Class Library

TabControlTester 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 TabControlTester(
   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

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