--- title: "ContextMenuStrip Control Overview" ms.date: "03/30/2017" f1_keywords: - "ContextMenuStrip" helpviewer_keywords: - "context menus [Windows Forms], ContextMenuStrip control [Windows Forms]" - "shortcut menus [Windows Forms], ContextMenuStrip control [Windows Forms]" - "ContextMenuStrip control [Windows Forms], about ContextMenuStrip control" ms.assetid: 9787cdb3-88f1-4198-972f-eefd9524ce39 --- # ContextMenuStrip Control Overview > [!NOTE] > The control replaces and adds functionality to the control; however, the control is retained for backward compatibility and future use if you choose. Shortcut menus, also called context menus, appear at the mouse position when the user clicks the right mouse button. Shortcut *menus* provide options for the client area or the control at the mouse pointer location. The control is designed to work seamlessly with the new and related controls, but you can associate a with other controls just as easily. The following table shows the important companion classes. |Class|Description| |-----------|-----------------| ||Represents a selectable option displayed on a or .| ||Represents a control that enables the user to select a single item from a list that is displayed when the user clicks a or a higher-level menu item.| ||Provides basic functionality for controls derived from that display drop-down items when clicked.| ## See also - - - - -