当前位置:网站首页>C# 实现气泡窗体
C# 实现气泡窗体
2022-06-10 12:06:00 【※※冰馨※※】
public void ShowBalloon(string CaptionText, string Text)
{
DevComponents.DotNetBar.Balloon b = new DevComponents.DotNetBar.Balloon();
Rectangle r = Screen.GetWorkingArea(this);
b.Size = new Size(280, 120);
b.Location = new Point(r.Right - b.Width, r.Bottom - b.Height);
b.AlertAnimation = eAlertAnimation.BottomToTop;
b.Style = eBallonStyle.Office2007Alert;
//b.CaptionImage = balloonTipFocus.CaptionImage.Clone() as Image;
b.CaptionText = CaptionText;
b.Text = Text;
//b.AlertAnimation=eAlertAnimation.TopToBottom;
//b.AutoResize();
b.AutoClose = true;
b.AutoCloseTimeOut = 5;
//b.Owner=this;
b.Show(false);
}
边栏推荐
- Talk about message oriented middleware (1) and AMQP
- 浅谈分布式事务
- Remote access to tensorboard
- Web development
- 业余不求人,30秒拖拽制作封面图
- MySQL data type
- La poignée d'enseignement de la station B vous apprend à utiliser le masque yolov5 pour tester les éléments de l'enregistrement le plus complet (apprentissage profond / détection d'objets / pythorch)
- Start from 0 to build a high-performance R & D full stack team
- 数字经济时代,零售实体门店该何去何从
- js数组转json 、json转数组。数组转逗号隔开字符串、字符串转数组
猜你喜欢

入门篇:从 etcd 名字的由来,到安装部署和使用姿势

【限时】,干货满满

向上滑动导航固定头部

【已解决】vagrant up下载box速度太慢的解决方法
![[yuntu Said] chaque système d'affaires réussi ne peut pas être séparé de l'escorte de l'apig](/img/6c/6cb25c6b789dbd4f73ebb7f1922c1c.png)
[yuntu Said] chaque système d'affaires réussi ne peut pas être séparé de l'escorte de l'apig

Long term learning of graphic and text pre training.

陆金所:对外技术输出赋能,助力金融企业实现数据库自主可控

ZipOutputStream使用

Remote access to tensorboard

Using SQLite3 database in embedded Linux
随机推荐
Tmux使用
Building a trusted base for digital economy 𞓜 2022 trusted database summit will be held soon
『忘了再学』Shell基础 — 29、AWK内置变量
Pytorch tensor高阶操作
Living in the last era, etcd 3.0 is so simple to implement distributed locks!
Amateurs don't ask for help, drag and drop for 30 seconds to make the cover image
2022 CISCN 初赛pwn完整wp
共筑数字经济可信底座|2022可信数据库峰会即将召开
Introduction to the library of C language best practices (Part 2)
海量数据:华为高斯数据库第一股(深度)
print(net) vs. net.parameters vs. net.named_parameters
Pytorch tensor high order operation
0509-130 Symbol resolution failed for /oracle/app/oracle/12.2.0/db_1/lib/libons.so问题处理
uni-app解析银行卡(支付宝)返回form表单,唤起支付宝界面
【 ten thousand people single wooden bridge 】 how to arrange life in that summer after the college entrance examination?
绿盟数据库防火墙(DAS-FW)获得鲲鹏Validated认证
'getColor(int)' is deprecated ,getColor过时
大型项目综合实训
Transfomer components and pytoch
MySQL data type