SPRibbonMenuSection.MenuItems Property
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>