SPMobileGenericListIterator.CreateChildControls Method
Creates the child controls that render the list of lists in the current mobile site.
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
This override creates the label controls that render the list of lists in the current site. The label controls are links that redirect the user to the corresponding lists.
See Also
Reference
SPMobileGenericListIterator Class