WebPartMobileAdapter.CreateControlsForSummaryViewAdv method

Override this method to define the rendering for the summary view. If this method is not overriden, icon and the web part title is displayed. Clicking the icon navigates user to the detail view page.

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

Syntax

'Declaration
Protected Overridable Sub CreateControlsForSummaryViewAdv
'Usage

Me.CreateControlsForSummaryViewAdv()
protected virtual void CreateControlsForSummaryViewAdv()

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace