标签: c# icons system tray
如果发生某个事件,我想让我的程序托盘图标改变颜色。我可以将代码设置为在运行时更改托盘图标吗?
答案 0 :(得分:2)
只需将NotifyIcon.Icon属性设置为新图标即可进行更改。