TextRangeProvider
Class
Provides a range of text within a RichTextBox, allowing for automation tasks such as text manipulation and retrieval.
Definition
Namespace:Telerik.Windows.Automation.RichTextBox
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class TextRangeProvider : ITextRangeProvider
Inheritance: objectTextRangeProvider
Implements:
Constructors
C#
public TextRangeProvider(RadRichTextBox radRichTextBox, DocumentPosition startPosition, DocumentPosition endPosition)