Compartilhar via


TextEditor.SimpleTextOnly property

Obtém ou define um valor que indica se o TextEditor só exibirá o texto sem HTML.

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

Syntax

'Declaração
Public Overridable Property SimpleTextOnly As Boolean
    Get
    Set
'Uso
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

Ver também

Referência

TextEditor class

TextEditor members

Microsoft.SharePoint.Portal.WebControls namespace