SPMobileBaseFieldControl.CreateControlForThumbnailView Method
Creates a control that presents the field as a thumbnail.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Function CreateControlForThumbnailView As MobileControl
'Usage
Dim returnValue As MobileControl
returnValue = Me.CreateControlForThumbnailView()
protected virtual MobileControl CreateControlForThumbnailView()
Return Value
Type: System.Web.UI.MobileControls.MobileControl
A control that renders a thumbnail of the field.
See Also
Reference
SPMobileBaseFieldControl Class