Cancel Dialog

[This is preliminary documentation and subject to change.]

You can use this modal dialog box to confirm that the user wants to terminate the installation. This dialog box typically contains a Text control and two PushButtons. The two buttons give the user the choice to return to the last dialog box or confirm the termination of the installation. The two buttons in the ControlEvent Table are linked to the EndDialog control event with the Return and Exit parameters. The Return parameter causes the Cancel dialog box to be terminated and the focus returns to the previous dialog box. The Exit parameter 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.