添加MouseEnter,MouseLeave事件,

在MouseEnter里加this.toolTip1.SetToolTip(控件, 内容);//显示ToolTip

在MouseLeave里加this.toolTip1.RemoveAll();//清除ToolTip