AspMenuDesigner.DataBind Method

This member overrides MenuDesigner.DataBind(BaseDataBoundControl).

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Protected Overrides Sub DataBind ( _
    dataBoundControl As BaseDataBoundControl _
)
'Usage
Dim dataBoundControl As BaseDataBoundControl

Me.DataBind(dataBoundControl)
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
protected override void DataBind(
    BaseDataBoundControl dataBoundControl
)

Parameters

See Also

Reference

AspMenuDesigner Class

AspMenuDesigner Members

Microsoft.SharePoint.WebControls Namespace