skmMenu: An ASP.NET Menu Control

MenuItem Class

A MenuItem represents a single item in a menu.

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

System.Object
   Control
      WebControl
         MenuItem

public class MenuItem : WebControl, IStateManager

Remarks

A MenuItem is a single "item" in a menu. Typically a MenuItem will have some Text associated with it, and often a Url or CommandName. MenuItems can also optionally have a set of SubItems, which represents a nested submenu.

Requirements

Namespace: skmMenu

Assembly: skmMenu (in skmMenu.dll)

See Also

MenuItem Members | skmMenu Namespace