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)
Available in Sandboxed Solutions: No

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