| 
								        
								         
								        Define Context menu in VB.NET.- It is useful for enabling access to commands in a variety of contextual situations.- It is created using ContextMenu control.
 - It is created at run time in the same manner as main menus.
 - This component gives the users access to the frequently used menu commands.
 - It is associated with a control to target and its menu more specifically to the user's needs (such as the Undo, Cut, Copy, Paste, Delete, and Select All menu commands that are a standard part of the TextBox control's context menu).
 |