Table of Contents

Method DragTo

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

DragTo(Point, bool)

When implemented by a class, moves or copies selected text to the specified position.

void DragTo(Point position, bool deleteOrigin)

Parameters

position Point

Position to move or copy.

deleteOrigin bool

Indicates whether method should move or copy selected text.