MenuStrip in C#
        Posted  
        
        on C# Corner
        
        See other posts from C# Corner
        
        
        
        Published on 6/8/2010 3:54:11 PM
        Indexed on 
            2010/06/08
            21:03 UTC
        
        
        Read the original article
        Hit count: 461
        
Filed under: 
        The MenuStrip class is the foundation of menus functionality in Windows Forms. If you have worked with menus in .NET 1.0 and 2.0, you must be familiar with the MainMenu control. In .NET 3.5 and 4.0, the MainMenu control is replaced with the MenuStrip control. 
        
        © C# Corner or respective owner