Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuItemCollection.Add Method (MenuItem)

Adds a MenuItem to the MenuItemCollection.

[Visual Basic]
Overloads Public Function Add( _
   ByVal item As MenuItem _
) As System.Int32
[C#]
public int Add(
   MenuItem item
);

Parameters

item
The MenuItem to add in the MenuItemCollection.

Return Value

The index at which the new MenuItem was inserted

See Also

MenuItemCollection Class | EO.Web Namespace | MenuItemCollection.Add Overload List


Direct link to this topic