Selects a range of text.

Namespace:  C1.Web.UI.Controls.C1Input
Assembly:  C1InputClient (in C1InputClient.dll)

Syntax

JavaScript
function selectText(begIndex, endIndex);

Parameters

begIndex
Type: System..::..Int32
Begin index.
endIndex
Type: System..::..Int32
End index.

See Also