MenuItemCollection Constructors
Represents a collection that maintains menu items.| Name | Parameters | Description |
|---|---|---|
| MenuItemCollection() | none | Initializes a new instance of the MenuItemCollection class. |
| MenuItemCollection(MenuItem) | menuItem | Initializes a new instance of the MenuItemCollection class with the specified menu item that will own the collection. |
See Also