Skip to main content

TextEditBase.SetSelection Method

Name Parameters Description
SetSelection(Int32, Int32) start, length Selects the specified number of characters from the selected character’s index.
SetSelection(Int32) start Selects the editor’s text starting from the specified character to the last character.