MaterialSkin
MaterialSkin copied to clipboard
Menu ContextMenuStrip
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?
I think it's the right click menu not the menu that win forms provides.
There is difference between a ContextMenuStrip
and MenuStrip
.
ContextMenuStrip
= right click and click items
MenuStrip
= can be used as main menu strip of form