Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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