SPMobileBaseChoiceField.CreateControlForEdit Method

Creates a control for rendering the field on an edit page.

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

Syntax

Protected Overrides Function CreateControlForEdit As MobileControl

Dim returnValue As MobileControl

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

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl that renders the field on an edit page.

Remarks

This override simply calls CreateControlForNew.

See Also

Reference

SPMobileBaseChoiceField Class

SPMobileBaseChoiceField Members

Microsoft.SharePoint.MobileControls Namespace