: ToolBarHelper.WriteLabelTableCell (Método) (HtmlTextWriter, String, String, ToolBarOrientation, String) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Sub WriteLabelTableCell ( _
output As HtmlTextWriter, _
strText As String, _
strToolTip As String, _
tbo As ToolBarOrientation, _
strStyle As String _
)
'Uso
Dim output As HtmlTextWriter
Dim strText As String
Dim strToolTip As String
Dim tbo As ToolBarOrientation
Dim strStyle As String
ToolBarHelper.WriteLabelTableCell(output, strText, strToolTip, tbo, strStyle)
public static void WriteLabelTableCell (
HtmlTextWriter output,
string strText,
string strToolTip,
ToolBarOrientation tbo,
string strStyle
)
Parámetros
- output
- strText
- strToolTip
- tbo
- strStyle
Vea también
Referencia
ToolBarHelper (Clase)
ToolBarHelper (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)