BCGControlBar Pro for MFC
BOOL CBCGPUserToolsManager::RemoveTool ( CBCGPUserTool pTool)

Removes the specified user tool from the manager's list and all toolbars.

Returns
Nonzero if success. It is 0 if the specifies tool does not exist in the internal manager's list.

Call this function to remove a user tool from the internal manager's list and from all toolbars.

Parameters
pToolA pointer to a user tool to be removed.