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
This commit is contained in:
Andy De George
2020-09-01 16:26:21 -07:00
committed by GitHub
parent 1a27c9b107
commit c0ba284473
1557 changed files with 129980 additions and 13 deletions
@@ -0,0 +1,25 @@
---
title: "MainMenu Component"
ms.date: "03/30/2017"
helpviewer_keywords:
- "MainMenu control [Windows Forms]"
ms.assetid: 7cd22f29-828b-42e8-9c88-f08aa4533850
---
# MainMenu Component (Windows Forms)
> [!NOTE]
> Although `MenuStrip` and `ContextMenuStrip` replace and add functionality to the `MainMenu` and <xref:System.Windows.Forms.ContextMenu> controls of previous versions, `MainMenu` and <xref:System.Windows.Forms.ContextMenu> are retained for both backward compatibility and future use if you choose.
The Windows Forms `MainMenu` component displays a menu at run time.
## In This Section
[MainMenu Component Overview](mainmenu-component-overview-windows-forms.md)
Explains what this component is and its key features and properties.
## Reference
<xref:System.Windows.Forms.MainMenu>
Describes this class and has links to all its members.
## See also
- <xref:System.Windows.Forms.MenuStrip>
- <xref:System.Windows.Forms.ContextMenuStrip>