Renders the bulleted text for each list item in a System.Web.UI.WebControls.BulletedList control.
- 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.
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.