Method CanDrag
CanDrag(Point)
When implemented by a class, indicates whether the control can drag selected text.
bool CanDrag(Point position)
Parameters
position
PointSpecifies 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.