RatingScaleField.RenderFieldForInput method
Renders the control on the page for Edit mode 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
output
Type: System.Web.UI.HtmlTextWriterThe output stream to render HTML content on the client.