NUnitForms Class Library

MenuItemCollection.Add Method

Add one MenuItemCollection to another. Combines them into one collection.

Overload List

Add one MenuItemCollection to another. Combines them into one collection.

public void Add(MenuItemCollection);

Add a MenuItem to the collection.

public void Add(MenuItem);

See Also

MenuItemCollection Class | NUnit.Extensions.Forms Namespace