Table of Contents

Method UpdateSelRange

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

UpdateSelRange(Point, Point)

When implemented by a class, updates selection start and end to the specified position.

void UpdateSelRange(Point start, Point end)

Parameters

start Point

New selection start.

end Point

New selection end.