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.
Sets the rich text mode of the multiline text field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)> _
Protected Sub SetRichTextMode ( _
mode As SPRichTextMode _
)
'Usage
Dim mode As SPRichTextMode
Me.SetRichTextMode(mode)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedMethod)]
protected void SetRichTextMode(
SPRichTextMode mode
)
Parameters
mode
Type: Microsoft.SharePoint.SPRichTextModeAn SPRichTextMode value that specifies the rich text mode.