InputFormCheckBoxList.Render Method

Displays the InputFormCheckBoxList on the client.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub Render ( _
    baseWriter As HtmlTextWriter _
)
'Usage
Dim baseWriter As HtmlTextWriter

Me.Render(baseWriter)
protected override void Render(
    HtmlTextWriter baseWriter
)

Parameters

  • baseWriter
    Type: System.Web.UI.HtmlTextWriter

    An HtmlTextWriter object that represents the output stream to render HTML content on the client.

See Also

Reference

InputFormCheckBoxList Class

InputFormCheckBoxList Members

Microsoft.SharePoint.WebControls Namespace