Graphisoft®

Dialog ManagerVersion: 2.0

SystemDialog::Invoke

Displays the modal dialog and returns the response of the user.

bool Invoke (void);

Return Value

False if dialog closed with [Cancel], otherwise true.

Example

Open2DDialog dlg;
if (!dlg.Invoke ())
    return;

This method should be used only in a derived class.