SPMobileBaseFieldControl.CreateControlAsLink Method
Creates a link control that has the value of the field as its text and the URL of the field display page as its link target.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function CreateControlAsLink As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlAsLink()
protected virtual MobileControl CreateControlAsLink()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A MobileControl that renders the value of the field as a link control.
See Also
Reference
SPMobileBaseFieldControl Class