ModalDialog::ModalResponse Enum
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.
Graphisoft®
Dialog ManagerVersion: 2.0
enum ModalResponse
{
Accept = DG_OK,
Cancel = DG_CANCEL
};