BOOL CBCGPUserToolsManager::MoveToolDown | ( | CBCGPUserTool * | pTool | ) |
Moves the user tool down in the internal list of user tools.
Call this function to move the user tool down in the internal manager's list.
The function fails if the tool specified by pTool does not exist in the internal list or the tool is the last tool item in the list.
pTool | Specifies the user tool to move. |