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

Moves the user tool down in the internal list of user tools.

Returns
Nonzero if the user tool was moved down successfully; otherwise 0.

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.

Parameters
pToolSpecifies the user tool to move.