Table of Contents

Method Move

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

Move(Point, bool)

Moves or copies selected text to the specified position.

public virtual bool Move(Point position, bool deleteOrigin)

Parameters

position Point

Position to move or copy.

deleteOrigin bool

Indicates whether method should move or copy selected text.

Returns

bool

True if succeed; otherwise false.