NUnitForms Class Library

MessageBoxTester Constructor (IntPtr)

Creates a MessageBoxTester with the specified handle. NUnitForms users probably won't use this directly. Use the other constructor.

[Visual Basic]
Overloads Public Sub New( _
   ByVal handle As IntPtr _
)
[C#]
public MessageBoxTester(
   IntPtr handle
);

Parameters

handle
The handle of the MessageBox to test.

See Also

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