SPMobileListField.CreateChildControls Method

Creates the child controls, if any, of the SPMobileBaseFieldControl object.

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

Syntax

'Declaration
Protected Overrides Sub CreateChildControls
'Usage

Me.CreateChildControls()
protected override void CreateChildControls()

Remarks

If the SPMobileListField object has an internal SPMobileBaseFieldControl, then CreateChildControls adds that internal object to the control collection of the form context; otherwise, it simply calls the base method.

See Also

Reference

SPMobileListField Class

SPMobileListField Members

Microsoft.SharePoint.MobileControls Namespace