CheckBoxChoiceField.RenderFieldForInput method

Renders the field for Edit and New mode.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub RenderFieldForInput ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderFieldForInput(output)
protected override void RenderFieldForInput(
    HtmlTextWriter output
)

Parameters

Remarks

Overrides are allowed for method extensibility.

See also

Reference

CheckBoxChoiceField class

CheckBoxChoiceField members

Microsoft.SharePoint.WebControls namespace