Configure a MenuStrip component on a Windows Form

Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio


Jump to: navigation, search
Exam Prep. Guides
70-505 Study Guide
70-526 Study Guide

1. Forms Controls

2. Integrating Data
3. Printing/Reporting
4. Enhancing Usability
5. Asynchronous Prog.
6. Forms Controls
7. Configure/Deploy

edit

Once you have added a menu to the Form, it can be configured in different ways.

Contents


RenderMode

To change the RenderMode property of the MenuStrip you can click on the Smart Tag icon Image:SmartTagGlyph.jpg.


The RenderMode property of the MenuStrip lets you select how you want the menu to look. Providing a value of System indicates that you want the control to follow the current Windows system display settings. Providing a value of Professional indicates that you want the control to look like its counterpart in Microsoft Office.


MSDN references


Personal tools