NUnitForms Class Library

NUnitFormTest.UnexpectedModal Method 

This is the method that is called to handled unexpected modal dialogs. It is called automatically by the NUnitForms framework when such a dialog appears. You should not need to call it.

[Visual Basic]
Public Sub UnexpectedModal( _
   ByVal hWnd As IntPtr _
)
[C#]
public void UnexpectedModal(
   IntPtr hWnd
);

Parameters

hWnd
Missing <param> documentation for hWnd

See Also

NUnitFormTest Class | NUnit.Extensions.Forms Namespace