Property CurrentPosition
CurrentPosition
Gets or sets current position of the caret.
PointI? CurrentPosition { get; set; }
Property Value
Remarks
Uses GetInsertionPoint() and PositionToXY(long) to get the position. Uses SetInsertionPoint(long) and XYToPosition(long, long) to set the position.