Click or drag to resize

CheckBoxListRenderItem Method (HtmlTextWriter, ListItem, Int16)

Renders the specified item as a CheckBox into the specified writer.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected void RenderItem(
	HtmlTextWriter writer,
	ListItem item,
	short tabIndex
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
item
Type: System.Web.UI.WebControlsListItem
The ListItem to render.
tabIndex
Type: SystemInt16
The TabIndex value for the rendered CheckBox.
See Also