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.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool AllowPasteHtml { get; set; }
Visual Basic
Public Property AllowPasteHtml As Boolean
	Get
	Set
Visual C++
public:
property bool AllowPasteHtml {
	bool get ();
	void set (bool value);
}

See Also