Selects the text specified by start and length.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.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.