ToolBarHelper.WriteLabelTableCell Method (HtmlTextWriter, String, String, ToolBarOrientation)
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 _
)
'Usage
Dim output As HtmlTextWriter
Dim strText As String
Dim strToolTip As String
Dim tbo As ToolBarOrientation
ToolBarHelper.WriteLabelTableCell(output, _
strText, strToolTip, tbo)
public static void WriteLabelTableCell(
HtmlTextWriter output,
string strText,
string strToolTip,
ToolBarOrientation tbo
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- strText
Type: System.String
- strToolTip
Type: System.String