|
virtual |
Called by the framework when the popup dialog is closed.
Default implementation closes the popup dialog.
lpszEditValue | The item value. A developer can specify it when CBCGPDialog::ClosePopupDlg method is called |
bOK | TRUE if user clicked OK button on the popup dialog, FALSE if not. |
dwUserData | User-defined data. A developer can specify it when CBCGPDialog::ClosePopupDlg method is called. |