Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the framework when the user is about to modify a property value.
virtual BOOL OnEdit(
LPPOINT lptClick
);
Parameters
- [in] lptClick
(This parameter is not used.) A pointer to a point, in client coordinates.
Return Value
TRUE if the edit operation starts successfully; otherwise, FALSE.
Remarks
This function is called by the framework when the user is about to modify a property value. By default, this method starts the appropriate editor for a combo box control or a spin control.
Requirements
Header: afxpropertygridctrl.h