TextRange
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
C#
public class TextRange
Inheritance: objectTextRange
Constructors
Properties
C#
public int EndPosition { get; }
C#
public int StartPosition { get; }
Methods
Adds the current text range to the selection ranges of the document.
C#
public void AddToSelection(RadTextBox radDocument)
Sets the selection of the document to the current text range.
C#
public void SetSelection(RadTextBox radDocument)