CMFCPropertyGridCtrl::EditItem

Called by the framework when the user starts to modify a property.

virtual BOOL EditItem(
   CMFCPropertyGridProperty* pProp,
   LPPOINT lptClick=NULL 
);

Parameters

  • [in] pProp
    Pointer to a property.

  • [in] lptClick
    The point on the property grid control that the user clicked to begin the edit operation. The point is in the client coordinates of the control. The default value is NULL.

Return Value

TRUE if method is successful; otherwise, FALSE.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridCtrl Class