70-526 MCTS


Configure a MenuStrip component on a Windows Form

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


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.


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


    << Previous Contents Next >>

    © Publicjoe, 2007