Table of Contents

Method Remove

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

Remove(long, long)

Removes the text starting at the first given position up to(but not including) the character at the last position.

void Remove(long from, long to)

Parameters

from long

The first position.

to long

The last position.

Remarks

This function puts the current insertion point position at to as a side effect.