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 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