Engine.NotifyEndOfModalDialog ( modalID)
Notifies TestStand that you are no longer displaying the modal dialog box that the modalID parameter specifies.
TestStand uses this notification to determine when to re-enable your application's main window.
![]() | Note Do not call this method when displaying a dialog box that the TestStand API implements. |
modalID As long
[In] Pass the modalID you receive as a return value from NotifyStartOfModalDialogEx.