BCGControlBar Pro for MFC
virtual void CBCGPGridCtrl::OnRowHeaderDblClick ( CBCGPGridRow pRow,
CPoint  point,
CRect  rect 
)
protectedvirtual

Called by the framework when a row header is double clicked.

This function is called by the framework when a user double clicks a row header. Override this function to handle this event.

Parameters
pRowPointer to a row whose header is double clicked.
pointMouse position.
rectBounding rectangle of row header.