CuteEditor for .NET 6.2 Class Library

Editor.AllowPasteHtml Property

Specifies the manner in which the editor handles pasted text. If false, formatting is stripped when content is pasted into the editor. The default is true.

[Visual Basic]
Public Property AllowPasteHtml As Boolean
[C#]
public bool AllowPasteHtml {get; set;}

See Also

Editor Class | CuteEditor Namespace