skmMenu: An ASP.NET Menu Control

MenuItemCollection Class

MenuItemCollection represents a collection of MenuItem instances.

For a list of all members of this type, see MenuItemCollection Members.

System.Object
   MenuItemCollection

public class MenuItemCollection : ICollection, IEnumerable, IStateManager

Remarks

Each item in a menu is represented by an instance of the MenuItem class. The MenuItem class has a SubItems property, which is of type MenuItemCollection. This MenuItemCollection, then, allows for each MenuItem to have a submenu of MenuItems.

This flexible object model allows for an unlimited number of submenu depths.

Requirements

Namespace: skmMenu

Assembly: skmMenu (in skmMenu.dll)

See Also

MenuItemCollection Members | skmMenu Namespace