Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the checked menu items.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property CheckedMenuItems As Collection(Of MenuItemTemplate)
Get
'Usage
Dim instance As Menu
Dim value As Collection(Of MenuItemTemplate)
value = instance.CheckedMenuItems
public Collection<MenuItemTemplate> CheckedMenuItems { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<MenuItemTemplate>