7

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?
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
  • Similar question with answer http://stackoverflow.com/questions/1204041/net-menustrip-with-native-windows-renderer – user629926 Nov 25 '11 at 19:09

1 Answers1

0

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.

Liran
  • 591
  • 3
  • 13