DialogBox

This event is triggered when a dialog box is opened or closed.

Syntax

DialogBox(DialogBoxName, IsOpen)

where DialogBoxName is the name of the dialog box, and IsOpen indicates whether the dialog box is open.

Type

Sub

Availability

DialogBox (all modules)

Note: For purposes of backward compatibility, this event is also triggered using backward compatible values for defect details (DialogBoxName="Details") and test instance details (DialogBoxName="TestInstanceDetails"). These backward compatible values are not recommended.