MossWebPartMobileAdapterBase.CreateMossWebPartLabel Method
Creates and returns a Label that contains the title of the Web Part.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Function CreateMossWebPartLabel As Label
'Usage
Dim returnValue As Label
returnValue = Me.CreateMossWebPartLabel()
protected virtual Label CreateMossWebPartLabel()
Return Value
Type: System.Web.UI.MobileControls.Label
An object that contains the title of the Web Part.
Remarks
The title is bold if the browser supports bold text.
See Also
Reference
MossWebPartMobileAdapterBase Class