MultiLangBaseDocFieldControl.RenderFieldForInput Method
Writes output characters and text to server control output stream.
Namespace: Microsoft.Office.DocumentManagement.WebControls
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.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 server control output stream to write characters and text to
See Also
Reference
MultiLangBaseDocFieldControl Class