SPFieldMultiLineText.SetRichTextMode method
Sets the rich text mode of the multiline text field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub SetRichTextMode ( _
mode As SPRichTextMode _
)
'Usage
Dim mode As SPRichTextMode
Me.SetRichTextMode(mode)
protected void SetRichTextMode(
SPRichTextMode mode
)
Parameters
mode
Type: Microsoft.SharePoint.SPRichTextModeAn SPRichTextMode value that specifies the rich text mode.