SPRibbonMenuSection.MenuItems property

Gets a list of the menu items in the section.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property MenuItems As List(Of SPRibbonMenuItem)
    Get
'Usage
Dim instance As SPRibbonMenuSection
Dim value As List(Of SPRibbonMenuItem)

value = instance.MenuItems
public List<SPRibbonMenuItem> MenuItems { get; }

Property value

Type: System.Collections.Generic.List<SPRibbonMenuItem>

See also

Reference

SPRibbonMenuSection class

SPRibbonMenuSection members

Microsoft.SharePoint.WebControls namespace