Share via


InputFormTextBox.RichTextMode property

Gets or sets the rich text mode for the field.

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

Syntax

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

value = instance.RichTextMode

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

Property value

Type: Microsoft.SharePoint.SPRichTextMode
An SPRichTextMode value that specifies the rich text mode. Compatible for multiline text fields, or FullHtml.

See also

Reference

InputFormTextBox class

InputFormTextBox members

Microsoft.SharePoint.WebControls namespace