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
iconLink
Type: Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.WebPartIconLinkOne of the enumeration values that specifies whether the icon in a Web Part on a mobile page will function as a clickable link and, if so, whether it will link to the detailed view of the Web Part or the summary view.
Remarks
The header of the Web Part contains the icon, title, and item count.
See Also
Reference
MossWebPartMobileAdapterBase Class