.NET MenuStrip with native Windows renderer?

你。 提交于 2019-12-04 11:53:02

问题


Does anyone know how to have the MenuStrips to rendered with native Windows look and feel depending the OS version the user is using?

The current renders don't do it...

I'm currently using a third party control that can do it but uses MainMenu and ContextMenu instead of what I'm looking for, the MenuStrip...


回答1:


Someone else pointed me one, here it is for anyone interested:
http://code.google.com/p/szotar/source/browse/trunk/Client/Szotar.WindowsForms/Base/NativeToolStripRenderer.cs



来源:https://stackoverflow.com/questions/1204041/net-menustrip-with-native-windows-renderer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!