ToolBarHelper.WriteLabelTableCell Method (HtmlTextWriter, String, String, ToolBarOrientation, String)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Shared Sub WriteLabelTableCell ( _
output As HtmlTextWriter, _
strText As String, _
strToolTip As String, _
tbo As ToolBarOrientation, _
strStyle As String _
)
'Usage
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
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- strText
Type: System.String
- strToolTip
Type: System.String
- strStyle
Type: System.String