Table of Contents

Method CanDrag

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

CanDrag(Point)

Indicates whether the control can drag selected text.

public virtual bool CanDrag(Point position)

Parameters

position Point

Specifies destination position of drag operation.

Returns

bool

True if the control can drag selected text; otherwise false.

Remarks

Control must not be in the read-only state to allow dragging selected text.