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