WPF 显示通知

2020-04-24 16:42:29 蜻蜓队长

在触摸屏上操作,用户尽可能的操作越简单,步骤越少越好。比如单据保存成功后,不用弹出保存成功的提示框,用户点确定后再关闭。这样增加了用户的操作。

 var _notifyIcon = new NotifyIcon
            {
                BalloonTipText = @"保存成功!",
                Text = @"Hello, NotifyIcon!",
                Icon = new Icon("NotifyIcon.ico"),
                Visible = true
            };
            _notifyIcon.ShowBalloonTip(2000);

 

以上内容来自于网络,如有侵权联系即删除
相关文章

上一篇: 线性代数知识点总结 同济六版

下一篇: 钉钉审批流API

客服紫薇:15852074331
在线咨询
客户经理