New to Telerik UI for WinFormsStart a free 30-day trial

Represents the list of supported paste sources.

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum PasteSource

Fields

Content is copied from another RadDocument.

C#
AnotherRadDocument = 1

Content is copied from another rich text document (e.g. a MS Word document; RTF document).

C#
AnotherRichTextDocument = 2

Content contains styles that are in conflict with the destination documents' styles by name.

C#
DocumentWithConflictingStyles = 3

Content is copied from the same RadDocument.

C#
SameRadDocument = 0