标签:code nal tooltip over tool too option optional use
yourToolTip = new ToolTip();
//The below are optional, of course,
yourToolTip.ToolTipIcon = ToolTipIcon.Info;
yourToolTip.IsBalloon = true;
yourToolTip.ShowAlways = true;
yourToolTip.SetToolTip(lblYourLabel,"Oooh, you put your mouse over me.");
标签:code nal tooltip over tool too option optional use
原文地址:https://www.cnblogs.com/zeroone/p/9689749.html