System.Web.UI.WebControls.BulletedList.RenderBulletText Method

Renders the bulleted text for each list item in a System.Web.UI.WebControls.BulletedList control.

Syntax

protected virtual void RenderBulletText (ListItem item, int index, System.Web.UI.HtmlTextWriter writer)

Parameters

item
A collection of System.Web.UI.WebControls.ListItem objects in a System.Web.UI.WebControls.BulletedList.
index
The zero-based index of the System.Web.UI.WebControls.ListItem to retrieve from the collection.
writer
The output stream that renders HTML content to the client.

Remarks

The BulletedList.RenderBulletText(ListItem, int, System.Web.UI.HtmlTextWriter) method renders the bulleted text for each list item in a System.Web.UI.WebControls.BulletedList control using the specified BulletedList.DisplayMode property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0