WebPartMobileAdapter.CreateWebPartLabel Method
Gets a label containing the title of the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Function CreateWebPartLabel As Label
'Usage
Dim returnValue As Label
returnValue = Me.CreateWebPartLabel()
protected Label CreateWebPartLabel()
Return Value
Type: System.Web.UI.MobileControls.Label
The title of the Web Part.
Remarks
The title is bold if the browser supports bold text.