Menu
Upgrades to System.Windows.Forms.MenuItem. A MainMenu control is also automatically added to the form.
| Visual Basic 6 | Type | Visual Basic .NET |
| Caption | Property | Text |
| Checked | Property | Checked |
| Click | Event | Click |
| Enabled | Property | Enabled |
| HelpContextID | Property | No mapping |
| Index | Property | Index property of ControlArray object |
| Name | Property | Name |
| NegotiatePosition | Property | No mapping |
| Parent | Property | GetMainMenu.GetForm |
| Shortcut | Property | Shortcut |
| Tag | Property | No mapping |
| Visible | Property | Visible |
| WindowList | Property | MDIList |