HtmlMenu.MenuItems Property
Gets the HtmlMenuItemCollection object that is associated with this menu.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property MenuItems As HtmlMenuItemCollection
Get
'Usage
Dim instance As HtmlMenu
Dim value As HtmlMenuItemCollection
value = instance.MenuItems
public HtmlMenuItemCollection MenuItems { get; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.HtmlMenuItemCollection
The Microsoft.SharePoint.Portal.WebControls.HtmlMenuItemCollection object that is associated with this menu.