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 .

See Also

Engine.NotifyEndOfModalDialog

Engine.NotifyStartOfModalDialogEx

Engine.RegisterModalWindow