Represents a menu item in a menu control.
For a list of all members of this type, see MenuItem Members.
System.Object
EO.Web.NavigationItem
EO.Web.BaseMenuItem
EO.Web.MenuItem
[Visual Basic]
Public Class MenuItem
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
A menu control is made up of a hierarchy of menu items represented by MenuItem objects. A group of menu items that have the same parent menu item forms Submenu of the menu item, and is represented by the MenuGroup object. The group can be accessed by MenuItem.SubMenu property. You can access the parent menu item of the submenu by using MenuGroup.ParentItem property.
Each submenu maintains a collection of child MenuItem objects. You can access this child menu item collection through:
Both properties access the same
MenuItemCollection object.
To customized a menu item's appearance and contents:
See using menu item for more details.
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
MenuItem Members | EO.Web Namespace | MenuGroup | Menu