|
virtual |
Called by parent property list control when a value field of property is clicked.
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.
uiMsg | Specifies a mouse message. |
point | Point where the mouse event occurs in property list control client coordinates. |