SPMobileLookupField.CreateControlForDisplay Method

Creates a child control to render the value of the field on a mobile Display form.

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

Syntax

'Declaration
Protected Overrides Function CreateControlForDisplay As MobileControl
'Usage
Dim returnValue As MobileControl

returnValue = Me.CreateControlForDisplay()
protected override MobileControl CreateControlForDisplay()

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl (specifically, a Label) that renders the current value of the field.

See Also

Reference

SPMobileLookupField Class

SPMobileLookupField Members

Microsoft.SharePoint.MobileControls Namespace