CMFCPropertyGridProperty::OnClickValue

Called by a parent property list control when a user clicks the value field of a property.

virtual BOOL OnClickValue(
   UINT uiMsg,
   CPoint point 
);

Parameters

  • [in] uiMsg
    A mouse message.

  • [in] point
    A point, in client coordinates.

Return Value

TRUE if the specified mouse message is processed by this method; otherwise, FALSE.

Remarks

By default, this method returns FALSE if the current property is not editable. Otherwise, the edit or spin control that is associated with this property processes the specified mouse message, and then this method returns TRUE.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridProperty Class