C++
ACCORE_PORT bool acedRegisterOnModal( const AcedOnModalFn pfn );
File
core_rxmfcapi.h
Description
Registers a callback function that is called when AutoCAD displays a modal dialog.
Returns true if successful.
Parameters
| Parameters | Description |
|---|---|
| pfn | Input hook to register, indicating whether you are entering or leaving the modal state |
Notes
Only the first modal dialog will express notification, if multiple dialogs are stacked on top of each other.