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

MenuGroup.Items Property

Gets a collection of menu items in this menu group.

[Visual Basic]
Public ReadOnly Property Items As MenuItemCollection
[C#]
public MenuItemCollection Items {get;}

Property Value

MenuItemCollection

A collection of menu items.

This property is read only, however, you can access the properties and methods of the object it returns.

Remarks

Use Items property to access the child menu items displayed in this submenu.

Note    There are two ways to access the child menu items of a menu item: Both properties access the same MenuItemCollection.

See Also

MenuGroup Class | EO.Web Namespace


Direct link to this topic