ImageWebPartMobileAdapter.CreateControlsForSummaryView Method

When overridden in a derived class, renders a view of the image in a manner that is appropriate for mobile devices.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub CreateControlsForSummaryView
'Usage

Me.CreateControlsForSummaryView()
protected override void CreateControlsForSummaryView()

Remarks

The default implementation renders an icon, the Web Part’s title (possibly truncated), and a view of the image in a manner that is appropriate for mobile devices.

Do not call this method from your own code. The Microsoft SharePoint Foundation mobile adaption framework will call it as part of the Load event handling.

See Also

Reference

ImageWebPartMobileAdapter Class

ImageWebPartMobileAdapter Members

Microsoft.SharePoint.WebPartPages Namespace