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

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

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

Call this function to move the user tool up 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 first tool item in the list.

Parameters
pToolSpecifies the user tool to move.