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.
Creates the child controls of the adapter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides NotOverridable Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override sealed void CreateChildControls()
Remarks
This override does nothing if the control that is being adapted is on a WebPartMobilePage, otherwise calls the base CreateChildControls method.