让 WinForms 菜单和工具栏使用系统主题?
有没有办法让 WinForms 控件 MenuStrip
和 ToolStrip
使用当前系统主题进行渲染?
通常,WinForms MenuStrip
和 ToolStrip
控件都有一个 RenderMode
属性,它指向处理渲染的类:
默认为
ToolStripManager.Renderer
使用的任何内容(即专业或系统)
这些渲染器都不使用 Windows 系统主题:
我如何获得 .NET WinForms MenuStrip
和 ToolStrip
控件来使用系统主题?
我可以问一些相关但不同的问题:
- .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:
which defaults to whatever
ToolStripManager.Renderer
uses (i.e. Professional or System)
Neither of these renderers use the Windows system theme:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我知道这并不完全是您正在寻找的答案,但 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.