BCGControlBar Pro for MFC
virtual BOOL CBCGPPropList::EditItem ( CBCGPProp pProp,
LPPOINT  lptClick = NULL 
)
virtual

Called by the framework when the user begins to edit a property list item (property).

Returns
Nonzero if the property is editable; otherwise 0.

This function is called by the framework when the user begins to edit the item. Can be overridden in the derived class if you need any additional initialization before the item has been edited.

Parameters
pPropPoints to the property to be edited.
lptClickSpecifies the point, in client coordinates of the property list control, when the user has clicked to begin the editing.