让 WinForms 菜单和工具栏使用系统主题?

发布于 2024-12-17 19:30:21 字数 1577 浏览 2 评论 0原文

有没有办法让 WinForms 控件 MenuStripToolStrip 使用当前系统主题进行渲染?


通常,WinForms MenuStripToolStrip 控件都有一个 RenderMode 属性,它指向处理渲染的类:

这些渲染器都不使用 Windows 系统主题:

在此处输入图像描述

我如何获得 .NET WinForms MenuStripToolStrip 控件来使用系统主题?


我可以问一些相关但不同的问题:

  • .NET FCL 是否包含 ToolStripRenderer 实现“系统”渲染?
  • 有人写过一个实现“系统”渲染的ToolStripRenderer吗?

Is there a way to get WinForms controls MenuStrip and ToolStrip to rendering using the current system theme?


Normally the WinForms MenuStrip and ToolStrip controls have a RenderMode property, which points to a class that handles the rendering:

Neither of these renderers use the Windows system theme:

enter image description here

How can i get a .NET WinForms MenuStrip and ToolStrip control to use the system theme?


i could ask some related, but different, questions:

  • does the .NET FCL contain a ToolStripRenderer that implements "system" rendering?
  • has anyone written a ToolStripRenderer that implements "system" rendering?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

逐鹿 2024-12-24 19:30:21

嘿,我知道这并不完全是您正在寻找的答案,但 Telerik 已经做了您想要的,
我使用了那里的库并且效果很好,所以你可以选择任何一种方式使用那里的库,或者也许可以从中得到一些想法关于 winforms 的主页

希望这有帮助。

hey i know its not exectly the answer you where looking for but telerik already did what you want,
i used there library and works great, so you can go either way you can use there library or maybe get some ideas from it here is there home page about winforms

hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文