WebPartMobileAdapter.CreateWebPartLabelAdv method
傳回 label 控制項,會顯示 web 組件標題。如果瀏覽器支援粗體文字,標籤會以粗體顯示。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Function CreateWebPartLabelAdv As Label
'用途
Dim returnValue As Label
returnValue = Me.CreateWebPartLabelAdv()
protected Label CreateWebPartLabelAdv()
傳回值
Type: System.Web.UI.WebControls.Label