ToolTip C#
2021-07-10 02:07
阅读:393
标签:code nal tooltip over tool too option optional use ToolTip C# 标签:code nal tooltip over tool too option optional use 原文地址:https://www.cnblogs.com/zeroone/p/9689749.htmlyourToolTip = 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.");
评论
亲,登录后才可以留言!