问题标签 [dark-theme]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - WPF 窗口标题栏
我在这篇文章中查看了有关 在 Windows 10 上的 winforms WinForms 深色标题栏中获取“深色模式”标题栏的文章
很明显,您可以获得这样的窗口句柄(在 WPF 中)而不是使用 this.Handle
所以它有效
但我想知道我是否可以用任何颜色做到这一点..
Windows 10 和 11 有一个设置可以在设置中打开任何标题栏颜色,但我想知道我是否可以获取 hWnd 并自己为每个应用程序执行此操作,因为我可以将其变为黑色,为什么不能使用任何其他颜色?