var toolTip = new ToolTip(); toolTip.ShowAlways = true;toolTip.SetToolTip(label1, "The tooptip text");
Login to post response