Class TextRange
Inheritance
System.Object
TextRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SpellChecker.dll
Syntax
public class TextRange
Constructors
TextRange(Int32, Int32)
Declaration
public TextRange(int startPosition, int endPosition)
Parameters
System.Int32
startPosition
|
System.Int32
endPosition
|
Properties
EndPosition
Declaration
public int EndPosition { get; }
Property Value
System.Int32
|
StartPosition
Declaration
public int StartPosition { get; }
Property Value
System.Int32
|
Methods
AddToSelection(RadTextBox)
Adds the current text range to the selection ranges of the document.
Declaration
public void AddToSelection(RadTextBox radDocument)
Parameters
RadTextBox
radDocument
|
SetSelection(RadTextBox)
Sets the selection of the document to the current text range.
Declaration
public void SetSelection(RadTextBox radDocument)
Parameters
RadTextBox
radDocument
|