Although technically not controls, menus are added in a manner similar to controls. To add a menu, you drag the MainMenu control from the Toolbox onto the form. Once the menu is enabled on the form, the menu designer lets you add submenus and menu items by simply typing them in. Each menu item has an event handler that can be hooked up in the coding phase of development. And, as with controls, all implementation code for the menus and menu items is created automatically for you as you visually create the menu. To learn how to add menus and work with the menu editor, see Creating Menus.
For more information on handling menu item click events, see Adding Code.