SPFieldMultiLineText.RichTextMode property

Gets or sets the rich text mode for the field.

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

Syntax

'Declaration
Public Overridable Property RichTextMode As SPRichTextMode
    Get
    Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As SPRichTextMode

value = instance.RichTextMode

instance.RichTextMode = value
public virtual SPRichTextMode RichTextMode { get; set; }

Property value

Type: Microsoft.SharePoint.SPRichTextMode
An SPRichTextMode value that specifies the rich text mode, which for multiline text fields can be set to Compatible, which is the default value, or to FullHtml.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace