Specifies the manner in which the editor handles pasted text.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also