BCGControlBar Pro for MFC
virtual void CBCGPToolbarCustomize::OnBeforeChangeTool ( CBCGPUserTool )
inlineprotectedvirtual

Called by the framework when the properties of a user-defined tool is about to change.

Returns
Should return FALSE to prevent the changes.

This function is called by the framework when the properties of a user-defined tool is about to change.

The default implementation returns TRUE. Override the OnBeforeChangeTool member function in a CBCGPToolbarCustomize - derived class if you sometimes need to abort the changes.

A pointer to the user tool object that is about to be changed.