当前位置:网站首页>C # implement bubble form
C # implement bubble form
2022-06-10 12:08:00 【※※ Bingxin ※※】
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);
}
边栏推荐
- Unity打字机,使文本自动滚至文本框底部
- (十)空指针访问成员函数与this指针注意事项
- Opérations de haut niveau du capteur de pythorch
- "Yi +" open source program - Design and practice of low delay player based on webrtc
- Before we learn about high-performance computing, let's take a look at its history
- vs2010未定义的标识符 round
- How to insert PDF into ppt as vector graph
- 掌握高性能计算前,我们先了解一下它的历史
- 聊聊消息中间件(1),AMQP那些事儿
- [Yan Xuan], real problem analysis
猜你喜欢

(七)深拷贝与浅拷贝

Web server development, small company web development

SQL Server AlwaysOn viewing data synchronization progress

Talk about message oriented middleware (1) and AMQP

Transfomer各组件与Pytorch

GIMP - 免费开源的图像处理软件,功能强大,被称为 Photoshop 的优秀替代品

Unity打字机,使文本自动滚至文本框底部

js将时间戳转换成正常时间格式

ShaderGraph——水晶

远程访问Tensorboard
随机推荐
Web design and development, efficient web development
C语言最佳实践之库文件介绍(上)
Flutter库推荐Sizer 可帮助您轻松创建响应式 UI
SQL Server AlwaysOn查看数据同步进度
How to compile product marketing plan
Do not concatenate text displayed with setText,use resource string with placeholders.
Lufax: external technology output enables financial enterprises to achieve independent and controllable database
js全局计时器的案例
Pytorch has fixed parameters and detach clone
【雲圖說】每個成功的業務系統都離不開APIG的保駕護航
js禁止复制页面内容
The APK file does not exist on disk
'getDrawable(int)' is deprecated,getDrawable过时
[Yan Xuan], real problem analysis
『忘了再学』Shell基础 — 29、AWK内置变量
共筑数字经济可信底座|2022可信数据库峰会即将召开
STM32F407时钟树与系统时钟学习笔记
因为CircleImageView导致Binary XML file line #96: Error inflating class <unknown>
海量数据:华为高斯数据库第一股(深度)
你对PHP数据类型或者其他编程语言的数据类型了解多少呢