70-526 MCTSCreate a MenuStrip component on a Windows FormAdding a MenuStrip to a Form is a relatively straight forward process. As with all components in .NET there are usually two methods of adding them to your application. Either graphically via the IDE, or manually by adding code.
Inserting standard itemsOnce you have added a menu to the Form, you are free to start adding items to the MenuStrip. Before you add any items, you may want to add standard items that you find in most windows
applications. To insert a set of standard items by clicking on the Smart Tag icon
The menus that are added are shown below:
Adding any itemTo add a menu item to the MenuStrip Manually adding itemsMSDN references
|