TXTextControl.Selection.setBounds Method

Sets the selection start and length. Takes a SelectionBounds object as a parameter.

Syntax

[JavaScript]
<void> Selection.setBounds(<SelectionBounds> bounds);
Parameter Description
bounds

A SelectionBounds object.