.Net - Explain the process of creating a menu using the MainMenu
component. - June 03, 2009 at 11:00 AM by Shuchi Gauri
Explain the process of creating a menu using the MainMenu component.
MainMenu component is a component that allows the display of Menus at runtime on
a form.
Process of creating Menu using MainMenu Component:
a. Add MainMenu component on Windows Form.
b. Menu designer allows deciding the structure of the main menu by selecting
the Type Here area and adding the Menu Items to be displayed on the menu.
c. Add functionality to Menu Items as required.
Also read
Define context menu.
What is the purpose of CloneMenu?
Explain how to dynamically add items to a menu in .NET.
Explain how to dynamically clone a menu in .NET..................
MainMenu component is a component that allows the display of Menus at runtime on
a form.........
ContextMenu component provides the users with the ability to access some very
frequently used commands.........
|