BCGControlBar Pro for MFC
virtual void CBCGPRibbonButton::ClosePopupDlg ( LPCTSTR  lpszEditValue,
BOOL  bOK,
DWORD_PTR  dwUserData = 0 
)
virtual

Called by the framework when the popup dialog is closed.

Default implementation closes the popup dialog.

Parameters
lpszEditValueThe button's text. A developer can specify it when CBCGPDialog::ClosePopupDlg method is called
bOKTRUE if user clicked OK button on the popup dialog, FALSE if not.
dwUserDataUser-defined data. A developer can specify it when CBCGPDialog::ClosePopupDlg method is called.