简体   繁体   English

系统托盘中是否有我可以捕捉到的事件?

[英]Does a system tray have events that I can catch?

I have a transparent SystemTray 我有一个透明的SystemTray

SystemTray.SetOpacity(this, 0.0); 

on page that have a small title. 在页面上有一个小标题。

When I open a SystemTray items by holding a clock's zone, the items of SystemTray overlap the page title. 当我通过按住时钟区域打开SystemTray项时,SystemTray的项与页面标题重叠。 I need to catch events of showing/hiding the SystemTray and move my title lower/upper. 我需要捕捉显示/隐藏SystemTray的事件并将标题下移/上移。

The question: Does a system tray have events that I can catch? 问题:系统托盘中是否有我可以捕获的事件?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何枚举.Net Windows系统托盘中的对象? - How can I enumerate objects in the windows system tray in .Net? 我已经在我的应用程序中创建了一个notifyicon,但我想让它在应用程序关闭时保留在系统托盘中 - I have made a notifyicon in my application but i want to make it stay in system tray when application closes 如何制作仅在系统托盘中运行的 .NET Windows 窗体应用程序? - How can I make a .NET Windows Forms application that only runs in the System Tray? 如何显示C#窗口服务的系统托盘图标。 - How can I display a system tray icon for C# window service.? 如何在系统托盘上下文菜单中使用Windows look'n'feel? - How can I use the Windows look'n'feel for a system tray context menu? 如何在Windows窗体ReportViewer中捕获滚动事件 - How can I catch scroll events in windows forms ReportViewer 使用.NET 4将程序最小化到系统托盘的最简单方法 - Easiest way to have a program minimize itself to the system tray using .NET 4 我可以拥有强大的异常安全性和事件吗? - Can I have strong exception safety and events? 我捕获的 AggregateException 没有我期望的异常 - The AggregateException I catch does not have the exception I expect 右键单击系统任务栏中的notifyicon不会显示上下文菜单 - Right clicking notifyicon in system tray does not show contextmenu
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM