Configure a MenuStrip component on a Windows Form
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
Once you have added a menu to the Form, it can be configured in different ways.
Contents |
[edit]
RenderMode
To change the RenderMode property of the MenuStrip you can click on the Smart Tag icon
.
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.
[edit]
MSDN references
- How to: Create and Set a Custom Renderer for the ToolStrip Control in Windows Forms
- How to: Set the ToolStrip Renderer at Run Time
- How to: Set the ToolStrip Renderer for an Application
- How to: Create a Professionally Styled ToolStrip Control