Method Move
Move(Point, bool)
Moves or copies selected text to the specified position.
public virtual bool Move(Point position, bool deleteOrigin)
Parameters
positionPointPosition to move or copy.
deleteOriginboolIndicates whether method should move or copy selected text.
Returns
- bool
True if succeed; otherwise false.