Share via


SPMobileFileField.CreateControlForEdit Method

Creates a control for rendering the field on an Edit item form.

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

Syntax

'Declaration
Protected Overrides Function CreateControlForEdit As MobileControl
'Usage
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 form.

Remarks

Like all mobile field controls, if the mobile rendering limit has been exceeded, the control is rendered as read-only, even on an Edit form.

See Also

Reference

SPMobileFileField Class

SPMobileFileField Members

Microsoft.SharePoint.MobileControls Namespace