SPMobileComputedField.CreateControlAsLink Method
Creates a link to either a child folder of the current list, a file in the current list, or a URL.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function CreateControlAsLink As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlAsLink()
protected override MobileControl CreateControlAsLink()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl (specifically, a Link) that renders a link.