Top "Menustrip" questions

This tag can be used in questions involving usage of MenuStrip class from Windows Forms (a GUI class library in the Microsoft .NET Framework).

Change size of ToolStripMenuItem

I'm custom drawing a menu item in a MenuStrip. The problem I'm having is that the menu item insists on …

winforms menustrip ownerdrawn
How to remove MenuStrip submenu margins?

Do you know how to remove margin (probably the one for image and check box on the left and right) …

c# menustrip
Using a Windows 7 style menustrip in Windows Forms

Possible Duplicate: Standard Windows menu bars in Windows Forms I am using windows forms and when I use a MenuStrip …

c# winforms menustrip
Color change for MenuItem

I am programming a Backup Tool. On top of my tool I have a menustrip containing two toolstripmenuitems. I changed …

c# winforms visual-studio menustrip toolstripmenu
Closing a MenuStrip programmatically

I have a MenuStrip that I have added to a form, and in one of the dropdown menus in it, …

c# windows forms menustrip
MenuStrip in Visual Basic .NET

Can someone please explain to me why the hell? When I try to set a MenuStrip Item calling it by …

vb.net menustrip