Table of Contents

Method CanDrag

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

CanDrag(Point)

When implemented by a class, indicates whether the control can drag selected text.

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.