Table of Contents

Method UpdateSelStart

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

UpdateSelStart(Point)

Updates selection start to the specified position.

public virtual void UpdateSelStart(Point position)

Parameters

position Point

New selection start.

UpdateSelStart(bool)

Updates selection start to the specified position.

public virtual void UpdateSelStart(bool checkIfEmpty)

Parameters

checkIfEmpty bool

Checks whether selection is empty.

UpdateSelStart(Point, bool)

protected void UpdateSelStart(Point position, bool checkIfEmpty)

Parameters

position Point
checkIfEmpty bool