SPMobileBaseFieldControl.CreateChildControls Method
Creates any child controls that are required to render the field's value, such as a label control or a link control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub CreateChildControls
'Usage
Me.CreateChildControls()
protected override void CreateChildControls()
See Also
Reference
SPMobileBaseFieldControl Class