BCGCBPRODLLEXPORT UINT BCGM_GRID_ITEM_BEGININPLACEEDIT |
This registered windows message is sent to the grid's owner window by the default implementation of CBCGPGridCtrl::OnBeginInplaceEdit.
wParam | ID of Grid Control that sent the message |
lParam | a reference to BCGPGRID_ITEM_INFO structure, which describes the grid item to be edited. |
In BCGPGRID_ITEM_INFO::dwResultCode the sender saves the combination of BeginEditFlags, which specify the reason why the in-place edit starts.
Sample code: