SPChromeSettings.Menu Property
Allows a Web Part to remove, edit, or add to the Web Part Menu for the user of this object.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Menu As Menu
Get
'Usage
Dim instance As SPChromeSettings
Dim value As Menu
value = instance.Menu
public Menu Menu { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.Menu