SPMobileTextField.CreateControlForView Method
Creates a control to render the field on a mobile list view page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlForView As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForView()
protected override MobileControl CreateControlForView()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
The control that renders the field.
Remarks
This override creates a “mailto:” or “tel:” link.