void OnMouseEnter(int toolIndex)
This is called when the mouse moves into a tool (toolIndex is greater than -1) or out of the toolbox (toolIndex is -1). The programmer can override this to provide extra information about the tool, such as a short description on the status line. Icons are not always as intuitive as they're cracked up to be!