Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified user tool from the application.
BOOL RemoveTool(
CUserTool* pTool
);
Parameters
- [in, out] pTool
A pointer to a user tool to be removed.
Return Value
TRUE if the tool is successfully removed. Otherwise, FALSE.
Remarks
If the tool is successfully removed, this method deletes pTool.
Requirements
Header: afxusertoolsmanager.h