Engine.UnregisterModalWindow
- Updated2025-07-21
- 1 minute(s) read
Engine.UnregisterModalWindow
Syntax
Engine.UnregisterModalWindow( modalID)
Purpose
Notifies TestStand that the specified window is no longer a modal dialog box.
Remarks
Call this method when a dialog box you registered with the Engine.RegisterModalWindow method closes.
Parameters
modalID As Long
[In] Pass the modalID you receive as a return value from the Engine.RegisterModalWindow .