Selects the text specified by start and length.

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.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.

See Also