SystemDialog::Invoke
bool Invoke (void);
Return Value
Example
Open2DDialog dlg;
if (!dlg.Invoke ())
return;
This method should be used only in a derived class.
Graphisoft®
Dialog ManagerVersion: 2.0
bool Invoke (void);
Open2DDialog dlg;
if (!dlg.Invoke ())
return;
This method should be used only in a derived class.