Selects the text specified by start and length.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
| C# |
|---|
public void Select( int start, int length ) |
| Visual Basic |
|---|
Public Sub Select ( _ start As Integer, _ length As Integer _ ) |
Parameters
- start
- Type: System..::..Int32
Start of the selection.
- length
- Type: System..::..Int32
Length of the selection.