NoteField.RenderFieldForDisplay method

Renders the field for noneditable display.

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

Syntax

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

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

Parameters

Remarks

This override ensures that the field does not render on a display form if the AppendOnly property of the SPFieldMultiLineText control (that is being rendered by the NoteField) is true.

See also

Reference

NoteField class

NoteField members

Microsoft.SharePoint.WebControls namespace