Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 2.32 KB

contextmenu-component-windows-forms.md

File metadata and controls

43 lines (33 loc) · 2.32 KB
title description ms.date helpviewer_keywords ms.assetid
ContextMenu Component
Learn more about the ContextMenu component in Windows Forms, which is retained for both backward compatibility and future use if you choose.
03/30/2017
menus [Windows Forms], shortcut menus
Windows Forms, menus
pop-up menus
ContextMenu component [Windows Forms]
menus [Windows Forms], context menus
context menus [Windows Forms], for Windows Forms
shortcut menus [Windows Forms], ContextMenu component
9b93ccbc-c0fe-44a2-968e-faac25971831

ContextMenu Component (Windows Forms)

Note

Although MenuStrip and ContextMenuStrip replace and add functionality to the xref:System.Windows.Forms.MainMenu and xref:System.Windows.Forms.ContextMenu controls of previous versions, xref:System.Windows.Forms.MainMenu and xref:System.Windows.Forms.ContextMenu are retained for both backward compatibility and future use if you choose.

The Windows Forms ContextMenu component is used to provide users with an easily accessible shortcut menu of frequently used commands that are associated with the selected object. The items in a shortcut menu are frequently a subset of the items from main menus that appear elsewhere in the application. Shortcut menus are usually available by right-clicking the mouse. On Windows Forms they are associated with other controls.

In This Section

ContextMenu Component Overview
Introduces the general concepts of the ContextMenu component, which allows users to create menus of frequently used commands associated with a selected object.

How to: Add and Remove Menu Items with the Windows Forms ContextMenu Component
Explains how to add and remove shortcut menu items in Windows Forms.

Reference

xref:System.Windows.Forms.ContextMenu
Provides reference information on the xref:System.Windows.Forms.ContextMenu class and its members.

Related Sections

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.

See also

  • xref:System.Windows.Forms.MenuStrip
  • xref:System.Windows.Forms.ContextMenuStrip