Share via


SPMobileNoteField.CreateControlForSimpleView Method

Creates a control that renders the note field on the simple version of a mobile list view page.

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

Syntax

'Declaration
Protected Overrides Function CreateControlForSimpleView As MobileControl
'Usage
Dim returnValue As MobileControl

returnValue = Me.CreateControlForSimpleView()
protected override MobileControl CreateControlForSimpleView()

Return Value

Type: System.Web.UI.MobileControls.MobileControl
A MobileControl that renders the field on the simple version of a list view page.

Remarks

The note text, possibly truncated to conform to mobile rendering limits, is rendered as a link to the mobile Display form showing the whole list item.

See Also

Reference

SPMobileNoteField Class

SPMobileNoteField Members

Microsoft.SharePoint.MobileControls Namespace