System.Web.UI.WebControls.BulletedList: Method Members

The methods of System.Web.UI.WebControls.BulletedList are listed below. For a list of all members, see the BulletedList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the HTML attributes and styles for a System.Web.UI.WebControls.BulletedList control to render to the specified System.Web.UI.HtmlTextWriter object.

OnClick(BulletedListEventArgs)

Raises the BulletedList.Click event for the System.Web.UI.WebControls.BulletedList control.

RaisePostBackEvent(string)

Raises events for the System.Web.UI.WebControls.BulletedList control when a form is posted back to the server.

override
Render(System.Web.UI.HtmlTextWriter)

Writes the System.Web.UI.WebControls.BulletedList control content to the specified System.Web.UI.HtmlTextWriter object for display on the client.

RenderBulletText(ListItem, int, System.Web.UI.HtmlTextWriter)

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

override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the list items of a System.Web.UI.WebControls.BulletedList control as bullets into the specified System.Web.UI.HtmlTextWriter.