BCGControlBar Pro for MFC
virtual void CBCGPProp::OnRClickValue ( CPoint  point,
BOOL  bSelChanged 
)
inlinevirtual

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

The function is called by the framework when the user clicks the right mouse button on the property value.

Override OnRClickValue in a derived class to process this notification.

The default implementation does nothing.

Parameters
pointSpecifies the point in the property list control client coordinates.
bSelChangedTRUE if selected was changed upon right mouse button click.