SPMobileChoiceField.CreateControlForView Method

Creates a child Label control that renders the current value of the field (column) in a row on a list view page, subject to rendering limits.

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

Syntax

Protected Overrides Function CreateControlForView As MobileControl

Dim returnValue As MobileControl

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

Return Value

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

See Also

Reference

SPMobileChoiceField Class

SPMobileChoiceField Members

Microsoft.SharePoint.MobileControls Namespace