WebPartMobileAdapter.CreateWebPartLabelAdv method

Returns a label control, which displays the web part title. The label is displayed in bold if the browser supports bold text.

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

Syntax

'Declaration
Protected Function CreateWebPartLabelAdv As Label
'Usage
Dim returnValue As Label

returnValue = Me.CreateWebPartLabelAdv()
protected Label CreateWebPartLabelAdv()

Return value

Type: System.Web.UI.WebControls.Label

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace