BCGControlBar Pro for MFC
virtual BOOL CBCGPProp::OnClickValue ( UINT  uiMsg,
CPoint  point 
)
virtual

Called by parent property list control when a value field of property is clicked.

Returns
Should return FALSE if mouse message is not processed by the property; otherwise TRUE.

Override this function is a custom property class if you want to process mouse clicks in the derived class.

The default handler checks for in-place control and returns FALSE if in-place control is not created (property value is not in edit mode). Otherwise the mouse message is redirected to either in-place control or to associated spin control, and the handler returns TRUE.

Parameters
uiMsgSpecifies a mouse message.
pointPoint where the mouse event occurs in property list control client coordinates.