Share via


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 HtmlMenuItemCollection object that is associated with this menu.

See also

Reference

HtmlMenu class

HtmlMenu members

Microsoft.SharePoint.Portal.WebControls namespace