SPBoundField.GetChildControlInstance Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable Function GetChildControlInstance As Control
'Usage
Dim returnValue As Control
returnValue = Me.GetChildControlInstance()
protected virtual Control GetChildControlInstance()
Return Value
Type: System.Web.UI.Control