SPMobileBaseTextField.CreateControlForEdit Method
Returns TextBoxControl after giving it the field's current value for use on an Edit page.
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, typically a TextBox, that renders the current value of the field on an Edit form.
Remarks
If the value of the field exceeds the mobile rendering limit (that is; NeedEllipsisRendering is true), then the field is rendered as a label even on the Edit form.