WebPartMobileAdapter.CreateChildControls Method

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.

See Also

Reference

WebPartMobileAdapter Class

WebPartMobileAdapter Members

Microsoft.SharePoint.WebPartPages Namespace