Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道,有没有办法处理 Windows TitleBar 上的鼠标事件?当鼠标光标位于应用程序的标题栏上时,我想处理一些代码。
请给我一些建议。
谢谢你。
在 WPF 中,标题栏是非客户区的一部分,因此您无法在其上本地处理事件。你也许可以用 Win32 钩子来做到这一点。您还可以创建自定义窗口镶边并添加自定义标题栏来自己处理事件。