TX Text Control .NET Documentation

Selection Constructor

Description:Initializes a new instance of the Selection class.

Syntax:
[C#] public Selection(); public Selection(int start, int length);
[Visual Basic] Public Sub New() Public Sub New(ByVal start As Integer, ByVal length As Integer)
ParameterDescription
startSpecifies the selection's start position.

lengthSpecifies the number of selected characters.

See also:Text Selections and Character Input, Graphical Overview.