WebPartMobileAdapter.CreateChildControls method

Creates the child controls of the adapter.

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

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.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace