Graphisoft®

Dialog ManagerVersion: 2.0

SystemDialog::Response Enum

The response, that comes at PostCloseRequest.

enum Response
{
    Accept,
    Cancel
};

Value Definitions

Accept
The dialog was accepted.
Cancel
The dialog was cancelled.