Specifies the manner in which the editor handles pasted text.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
public PasteBehavior EditorOnPaste { get; set; }  | 
| Visual Basic | 
|---|
Public Property EditorOnPaste As PasteBehavior Get Set  | 
| Visual C++ | 
|---|
public: property PasteBehavior EditorOnPaste { PasteBehavior get (); void set (PasteBehavior value); }  |