BCGControlBar Pro for MFC
virtual void CBCGPReportCtrl::OnClickRowDescriptionLink ( CBCGPReportRow pRow,
int  nLink,
const CString &  strURL,
const CString &  strName 
)
protectedvirtual

Called by the framework when a row description link has been clicked.

Override this method to handle the row description link click. By default, this method send BCGM_REPORT_PREVIEW_LINK_CLICK registerred message to the report control owner window.

Parameters
pRowA pointer to the row object.
nLinkA zero-based link index.
strURLURL associated with the link.
strNameThe link text label.