this.toolTip1.OwnerDraw = true;private void toolTip1_Draw(object sender, DrawToolTipEventArgs e){e.Graphics.DrawString(e.ToolTipText,........)}