C#Windows 10现代系统托盘菜单

时间:2017-04-08 20:38:43

标签: c# contextmenu system-tray

如何在C#中创建一个类似于图片中的菜单(在系统托盘中)。

enter image description here

我知道可以选择使用普通的上下文菜单,但这不是我想要的。

1 个答案:

答案 0 :(得分:-1)

自Windows 8起,微软推出了Toast Notifications。这就是你要搜索的内容。 Toast Notifications允许对气球通知进行更多自定义。

MSDN有关于Toast Notifications的一些不错的直接信息,我建议您在这里阅读更多内容:

https://msdn.microsoft.com/en-us/library/windows/desktop/hh802768(v=vs.85).aspx