ToolBarHelper.RenderHorizontalLineControl Method
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 RenderHorizontalLineControl ( _
output As HtmlTextWriter, _
strTitle As String, _
strDetailsLink As String, _
strClassName As String, _
strClientID As String _
)
'Usage
Dim output As HtmlTextWriter
Dim strTitle As String
Dim strDetailsLink As String
Dim strClassName As String
Dim strClientID As String
ToolBarHelper.RenderHorizontalLineControl(output, _
strTitle, strDetailsLink, strClassName, _
strClientID)
public static void RenderHorizontalLineControl(
HtmlTextWriter output,
string strTitle,
string strDetailsLink,
string strClassName,
string strClientID
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
- strTitle
Type: System.String
- strDetailsLink
Type: System.String
- strClassName
Type: System.String
- strClientID
Type: System.String