Represents the abstract parent class of MenuItem and TabItem. This class is for internal use only.
For a list of all members of this type, see BaseMenuItem Members.
System.Object
EO.Web.NavigationItem
EO.Web.BaseMenuItem
EO.Web.MenuItem
EO.Web.TabItem
[Visual Basic]
MustInherit Public Class BaseMenuItem
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 BaseMenuItem inherits from NavigationItem. In addition to NavigationItem's functionalities, it can be an image-only item, or an item with LeftIcon, Text and RightIcon. You can specify different URLs for BaseMenuItem's images. The following table lists some important BaseMenuItem properties:
| Property |
Description |
| LeftIcon |
Specifies the image displayed to the left of the text on an item. |
| RightIcon |
Specifies the image displayed to the right of the text on an item. |
| Image |
Specifies the image displayed as the whole content of an item. |
| Checked |
Specifies if an item is checked. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
BaseMenuItem Members | EO.Web Namespace | MenuGroup | MenuItem | Menu | TabItemGroup | TabItem | TabStrip