MenuItem.MenuItems Property
Gets the collection of MenuItem objects for a submenu.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property MenuItems As MenuItemCollection
Get
'Usage
Dim instance As MenuItem
Dim value As MenuItemCollection
value = instance.MenuItems
public MenuItemCollection MenuItems { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.MenuItemCollection
A Microsoft.SharePoint.WebPartPages.MenuItemCollection object representing all of the MenuItem objects of a menu's submenu.