Table of Contents

Method ExtendSelection

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ExtendSelection(long, long, RichTextMoveCaretFlags)

Helper function for extending the selection, returning true if the selection was changed. Selections are in caret positions.

public virtual bool ExtendSelection(long oldPosition, long newPosition, RichTextMoveCaretFlags flags)

Parameters

oldPosition long
newPosition long
flags RichTextMoveCaretFlags

Returns

bool