Engine.UnregisterModalWindow
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
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 .