TextEditor.SimpleTextOnly Property
Gets or sets a value that indicates whether the TextEditor will only display text without HTML.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overridable Property SimpleTextOnly As Boolean
Get
Set
'Usage
Dim instance As TextEditor
Dim value As Boolean
value = instance.SimpleTextOnly
instance.SimpleTextOnly = value
public virtual bool SimpleTextOnly { get; set; }
Property Value
Type: System.Boolean