Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 HtmlMenuItemCollection object that is associated with this menu.