BCGControlBar Pro for MFC
virtual BOOL CBCGPGridCtrl::EditItem ( CBCGPGridRow pItem,
LPPOINT  lptClick = NULL 
)
virtual

called by the framework when the user begins to edit an item.

Returns
Nonzero if the item is editable; otherwise 0.

This function is called by the framework when the user begins to edit the item.

Override it in the derived class if you need any additional initialization before the item has been edited.

Parameters
pItemPoints to the grid row to be edited.
lptClickSpecifies the point, in client coordinates of the grid control, where the user has clicked to begin the editing.