Share via


Menu.HiddenMenuItems Property

Gets a generic collection object that contains references to the MenuItemTemplate controls that should be hidden on this menu.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property HiddenMenuItems As Collection(Of MenuItemTemplate)
    Get
'Usage
Dim instance As Menu
Dim value As Collection(Of MenuItemTemplate)

value = instance.HiddenMenuItems
public Collection<MenuItemTemplate> HiddenMenuItems { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<MenuItemTemplate>
A collection of references.

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace