Menu::MenuItemCollection::Add Method
.NET Framework (current version)
Adds a new MenuItem to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Int32, MenuItem^) | Adds a previously created MenuItem at the specified index within the menu item collection. |
![]() | Add(MenuItem^) | Adds a previously created MenuItem to the end of the current menu. |
![]() | Add(String^) | Adds a new MenuItem, to the end of the current menu, with a specified caption. |
![]() | Add(String^, EventHandler^) | |
![]() | Add(String^, array<MenuItem^>^) |
Show:
