.NET Menu - Answers to .NET Menu interview questions(VB/C#)

The menu that you get when you right-click is called the context ment....
CloneMenu method copies the whole list of MenuItem objects into the current menu....
Following answer provides a very generalized idea of how this can be done: The first step would be locating the Assembly DLL....
Follow the steps below to dynamically clone a menu in .NET: Create an alternate MainMenu object, Clone the first menu with the CloneMenu method....