SPMobilePeoplePickerTitle.CreateChildControls Method
Adds a title label into the child controls.
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 renders a different title depending on whether the user can select only people or both groups and people.
See Also
Reference
SPMobilePeoplePickerTitle Class