BCGSuite for MFC
virtual void CBCGPGridCtrl::OnClickButton ( CPoint  point)
virtual

Called by the framework when a button contained in a grid item has been clicked.

This function is called by the framework when a button contained in a grid item has been clicked.

The default implementation updates the item's current value and redirects the call to CBCGPGridItem::OnClickButton.

Parameters
pointSpecifies the point, in the client coordinates, where the button is clicked.