SPMobileCurrencyField.CreateControlForView Method
Creates a child Label control that will render, on a list view page, the value of the field.
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, specifically, a Label, that renders the value of the field on a list view page.