CMFCPropertyGridProperty::OnRClickValue

Called by the framework when the user clicks the right mouse button in the property value area.

virtual void OnRClickValue(
   CPoint C,
   BOOL B 
);

Parameters

Parameter

Description

[in] C

A point, in client coordinates.

[in] B

A Boolean.

Remarks

By default, this method does nothing and the B parameter has no predefined purpose.

Requirements

Header: afxpropertygridctrl.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCPropertyGridProperty Class