ASPxClientTextEdit.SetSelection(startPos, endPos, scrollToSelection) Method
In This Article
Selects the specified portion of the editor’s text.
#Declaration
TypeScript
SetSelection(
startPos: number,
endPos: number,
scrollToSelection: boolean
): void
#Parameters
Name | Type | Description |
---|---|---|
start |
number | A value that specifies the selection’s starting position. |
end |
number | A value that specifies the selection’s ending position. |
scroll |
boolean |
|
See Also