Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.21 KB

cancel-dialog.md

File metadata and controls

22 lines (13 loc) · 1.21 KB
description ms.assetid title ms.topic ms.date
A Cancel dialog box confirms that the user wants to terminate the installation. This is a modal dialog box.
5dab4315-721e-417d-91e0-b38653a65c23
Cancel Dialog
article
05/31/2018

Cancel Dialog

A Cancel dialog box confirms that the user wants to terminate the installation. This is a modal dialog box.

This type of dialog box commonly contains a Text control and two PushButtons. The two buttons give the user the choice of either returning to the last dialog box or confirming the termination of the installation.

The EndDialog ControlEvent is linked to these two buttons in the ControlEvent table. The Return parameter of the EndDialog ControlEvent is linked to one of the buttons and causes the Cancel dialog box to be terminated and the focus to return to the previous dialog box. The Exit parameter is linked to the other button and causes the user interface to return control to the installer with the appropriate code indicating that the user wants to exit. The installer then shuts down and displays the UserExit Dialog.