SPMobileComputedField.CreateUrlwMenuLabel Method

Returns a description of ReferenceUrlField as a Label control.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Protected Overridable Function CreateUrlwMenuLabel As MobileControl

Dim returnValue As MobileControl

returnValue = Me.CreateUrlwMenuLabel()
protected virtual MobileControl CreateUrlwMenuLabel()

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl (specifically, a Label,) that holds a description of the ReferenceUrlField field.

Remarks

The control that is returned is used to render the name of a list of links.

See Also

Reference

SPMobileComputedField Class

SPMobileComputedField Members

Microsoft.SharePoint.MobileControls Namespace