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.HtmlTextWriterAn HtmlTextWriter object that represents the output stream to render HTML content on the client.