Table of Contents

Method SetSelection

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

SetSelection(long, long)

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

void SetSelection(long from, long to)

Parameters

from long

The first position.

to long

The last position.

Remarks

If both parameters are equal to -1 all text in the control is selected.