Share via


MossWebPartMobileAdapterBase.CreateControlsForWebPartHeader Method

Creates a set of controls to be displayed within the header of the Web Part.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overridable Sub CreateControlsForWebPartHeader ( _
    iconLink As WebPartMobileAdapter.WebPartIconLink _
)
'Usage
Dim iconLink As WebPartMobileAdapter.WebPartIconLink

Me.CreateControlsForWebPartHeader(iconLink)
protected virtual void CreateControlsForWebPartHeader(
    WebPartMobileAdapter.WebPartIconLink iconLink
)

Parameters

Remarks

The header of the Web Part contains the icon, title, and item count.

See Also

Reference

MossWebPartMobileAdapterBase Class

MossWebPartMobileAdapterBase Members

Microsoft.SharePoint.Portal.WebControls Namespace