有没有类似于NotifyIcon的玩意儿呢(我不太知道怎么描述这个东西) #105
Answered
by
NotYoojun
clear-zhao
asked this question in
Q&A
-
我在使用Hardcodet.NotifyIcon.Wpf库的时候,在CodeBehind里写气球提示信息的时候发现INKORE好像也有这玩意儿,但是不知道怎么用呢 |
Beta Was this translation helpful? Give feedback.
Answered by
NotYoojun
Nov 11, 2024
Replies: 1 comment
-
有,在 iNKORE.UI.WPF.TrayIcons 命名空间内,用法和 hardcodet 的差不多,不过 NotifyIcon 要变成 TrayIcon |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
clear-zhao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
有,在 iNKORE.UI.WPF.TrayIcons 命名空间内,用法和 hardcodet 的差不多,不过 NotifyIcon 要变成 TrayIcon