Files
docs-desktop/dotnet-desktop-guide/framework/winforms/controls/contextmenu-component-windows-forms.md
T
Andy De George c0ba284473 Initial winforms content migrated (#18)
* Merge winforms framework content to working branch (#14)

* Breadcrumb / TOC / Move net5 to net folder (#15)

* change path from net5 to net

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Mess with bread/toc

* Add .net 5 winforms placeholder article (#16)

* added some metadata and adjusted net5 placeholder

* corrections

* corrections

* corrections

* Test1

* Swapping landing page vs concept

* fix links

* Fix links

* Fix desc
2020-09-01 16:26:21 -07:00

2.2 KiB

title, ms.date, helpviewer_keywords, ms.assetid
title ms.date helpviewer_keywords ms.assetid
ContextMenu Component 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.

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

See also