HtcMenu.MenuChildren Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property MenuChildren As HtcMenuItemCollection
Get
'Usage
Dim instance As HtcMenu
Dim value As HtcMenuItemCollection
value = instance.MenuChildren
public HtcMenuItemCollection MenuChildren { get; }
Property Value
Type: Microsoft.SharePoint.WebControls.HtcMenuItemCollection