.Net - - June 03, 2009 at 11:00 AM by Shuchi Gauri
Explain the process of creating a context menu using the ContextMenu component.
ContextMenu component provides the users with the ability to access some very
frequently used commands. Context menu works by right click of mouse. They
mainly provide access to commands particular to the control that has been
clicked upon.
Process for creating context menus:
a. Open the windows form application.
b. Select ContextMenu component from toolbox.
c. A menu is added. Click on Type here and type in new Menu Items to be placed
on the Menu.
d. Provide the functionality.
e. Associate the context menu with the form or the control it is supposed to be
related to.
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.........
MainMenu component is a component that allows the display of Menus at runtime on
a form.........
|