70-526 MCTSConfigure a MenuStrip component on a Windows FormOnce you have added a menu to the Form, it can be configured in different ways. RenderModeTo change the RenderMode property of the
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
|