WebPartMobileAdapter.CreateWebPartLabelAdv method
Retorna um controle label, que exibe o título da web part. O rótulo é exibido em negrito se o navegador oferecer suporte a texto em negrito.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Function CreateWebPartLabelAdv As Label
'Uso
Dim returnValue As Label
returnValue = Me.CreateWebPartLabelAdv()
protected Label CreateWebPartLabelAdv()
Valor retornado
Type: System.Web.UI.WebControls.Label