码迷,mamicode.com
首页 > Windows程序 > 详细

ToolTip C#

时间:2018-09-22 14:32:18      阅读:216      评论:0      收藏:0      [点我收藏+]

标签: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.");

ToolTip C#

标签:code   nal   tooltip   over   tool   too   option   optional   use   

原文地址:https://www.cnblogs.com/zeroone/p/9689749.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!