Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the child Link control for rendering the link on a 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
A MobileControl that renders the link on a list view page.
See Also
Reference
SPMobilePhoneCallSpecificField Class