
Initializes a new instance of the Selection class.
[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)
| Parameter | Description | |
| start | Specifies the selection's start position. | |
| length | Specifies the number of selected characters. |