Graphisoft®

Dialog ManagerVersion: 2.0

ModalDialog::ModalResponse Enum

The response of the modal dialog.

enum ModalResponse
{
    Accept =  DG_OK,
    Cancel =  DG_CANCEL
};

Value Definitions

Accept
The modal dialog is closed by OK button.
Cancel
The modal dialog is closed by Cancel button.