IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.86k stars 831 forks source link

Menu ContextMenuStrip #59

Open jcaruso001 opened 9 years ago

jcaruso001 commented 9 years ago

I'm unable to get the menu to work correctly. Even when I open the demo it doesn't work. The menu doesn't show up at all when I run either mine or the demo app. I can see it added to the project and I can click on it and it comes to the front but it looks as if it goes to the background. Thoughts?

Mmatiasn commented 7 years ago

I think it's the right click menu not the menu that win forms provides.

graysuit commented 2 years ago

There is difference between a ContextMenuStrip and MenuStrip. ContextMenuStrip = right click and click items MenuStrip = can be used as main menu strip of form