问题描述
我想隐藏气球工具提示上的扳手按钮
有谁知道怎么做?是否可以禁用/删除从 System.Windows.Forms.NotifyIcon
调用的系统托盘中气球工具提示上关闭按钮旁边的扳手按钮?
I want to hide the wrench button on the balloon tooltip
Does anyone know how? Is it possible to disable/remove the wrench button next to the close button on the balloon tooltip in the system tray that is being called from System.Windows.Forms.NotifyIcon
?
请帮忙
提前致谢.
Please help
Thanks in advance.
推荐答案
抱歉,我不认为这是可能的.负责桌面图标和任务栏的资源管理器进程也负责控制通知区域.您可以使用与 NotifyIcon
不同的对象来显示通知图标.如果您想查看类似的对象,我建议您使用 DevComponents
Sorry, I do not think this is possible. The explorer process which is responsible for desktop icons and the task bar is responsible for controlling the notification area as well. You may use a different object than NotifyIcon
to show notification icons. I'd recommend you to use DevComponents if you would like to see similar objects
抱歉,
我希望你觉得这有帮助 :)
Sorry about that,
I hope you find this helpful :)
这篇关于如何卸下“扳手"?气球工具提示上的按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!