Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the rich text mode for the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.