Add one MenuItemCollection to another. Combines them into one collection.
Add one MenuItemCollection to another. Combines them into one collection.
public void Add(MenuItemCollection);
Add a MenuItem to the collection.
public void Add(MenuItem);
MenuItemCollection Class | NUnit.Extensions.Forms Namespace